- class
Future
(php\concurrent\Future
) - package
std
- source
php/concurrent/Future.php
Description
Class Future
->
__construct()
->
isCancelled()
->
isDone()
->
cancel()
->
get()
__construct(): void
isCancelled(): bool
isDone(): bool
cancel(bool $mayInterruptIfRunning): bool
get(null|int $timeout): mixed