Skip to content

Latest commit

 

History

History
65 lines (44 loc) · 843 Bytes

File metadata and controls

65 lines (44 loc) · 843 Bytes

Future

  • класс Future (php\concurrent\Future)
  • пакет std
  • исходники php/concurrent/Future.php

Описание

Class Future


Методы


Методы

__construct()

__construct(): void

isCancelled()

isCancelled(): bool

isDone()

isDone(): bool

cancel()

cancel(bool $mayInterruptIfRunning): bool

get()

get(null|int $timeout): mixed