PHP 클래스 Amp\Pause

상속: implements amp\Promise, use trait Amp\Internal\Placeholder
파일 보기 프로젝트 열기: amphp/amp

공개 메소드들

메소드 설명
__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.