PHP Класс Amp\Pause

Наследование: implements amp\Promise, use trait Amp\Internal\Placeholder
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( integer $time, mixed $value = null )

Описание методов

__construct() публичный Метод

public __construct ( integer $time, mixed $value = null )
$time integer Milliseconds before succeeding the promise.
$value mixed Succeed the promise with this value.