PHP 클래스 pthreads\PromiseManager

상속: extends Pool
파일 보기 프로젝트 열기: krakjoe/promises 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $workers = 4, $class = Worker::class, $ctor = [] )
hasWork ( )
manage ( Promise $promise, Thenable $thenable )

메소드 상세

__construct() 공개 메소드

public __construct ( $workers = 4, $class = Worker::class, $ctor = [] )

hasWork() 공개 메소드

public hasWork ( )

manage() 공개 메소드

public manage ( Promise $promise, Thenable $thenable )
$promise Promise
$thenable Thenable