PHP Class Amp\Pause

Inheritance: implements amp\Promise, use trait Amp\Internal\Placeholder
Show file Open project: amphp/amp

Public Methods

Method Description
__construct ( integer $time, mixed $value = null )

Method Details

__construct() public method

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