PHP 클래스 Rx\Scheduler\ImmediateScheduler

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

공개 메소드들

메소드 설명
now ( ) Returns milliseconds since the start of the epoch.
schedule ( callable $action, $delay )
schedulePeriodic ( callable $action, $delay, $period )
scheduleRecursive ( callable $action )

메소드 상세

now() 공개 메소드

Returns milliseconds since the start of the epoch.
public now ( )

schedule() 공개 메소드

public schedule ( callable $action, $delay )
$action callable

schedulePeriodic() 공개 메소드

public schedulePeriodic ( callable $action, $delay, $period )
$action callable

scheduleRecursive() 공개 메소드

public scheduleRecursive ( callable $action )
$action callable