PHP Класс Rx\Scheduler\EventLoopScheduler

Наследование: implements Rx\SchedulerInterface
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__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 ( )