PHP Class Amp\Pause

Inheritance: implements amp\Promise, use trait Amp\Internal\Placeholder
Afficher le fichier Open project: amphp/amp

Méthodes publiques

Méthode Description
__construct ( integer $time, mixed $value = null )

Method Details

__construct() public méthode

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