PHP Класс Rx\Scheduler\ImmediateScheduler

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

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

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