PHP 클래스 Rx\Scheduler\EventLoopScheduler

상속: implements Rx\SchedulerInterface
파일 보기 프로젝트 열기: ReactiveX/RxPHP 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( callable | React\EventLoop\LoopInterface $timerCallableOrLoop ) NewEventLoopScheduler constructor.
now ( )
scheduleAbsoluteWithState ( $state, $dueTime, callable $action )
start ( )

메소드 상세

__construct() 공개 메소드

NewEventLoopScheduler constructor.
public __construct ( callable | React\EventLoop\LoopInterface $timerCallableOrLoop )
$timerCallableOrLoop callable | React\EventLoop\LoopInterface

now() 공개 메소드

public now ( )

scheduleAbsoluteWithState() 공개 메소드

public scheduleAbsoluteWithState ( $state, $dueTime, callable $action )
$action callable

start() 공개 메소드

public start ( )