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