Skip to content

Latest commit

 

History

History
65 lines (44 loc) · 808 Bytes

File metadata and controls

65 lines (44 loc) · 808 Bytes

Future

  • class Future (php\concurrent\Future)
  • package std
  • source php/concurrent/Future.php

Description

Class Future


Methods


Methods

__construct()

__construct(): void

isCancelled()

isCancelled(): bool

isDone()

isDone(): bool

cancel()

cancel(bool $mayInterruptIfRunning): bool

get()

get(null|int $timeout): mixed