PHP Class Rx\Scheduler\ImmediateScheduler

Inheritance: implements Rx\SchedulerInterface
Afficher le fichier Open project: ReactiveX/RxPHP Class Usage Examples

Méthodes publiques

Méthode Description
now ( ) Returns milliseconds since the start of the epoch.
schedule ( callable $action, $delay )
schedulePeriodic ( callable $action, $delay, $period )
scheduleRecursive ( callable $action )

Method Details

now() public méthode

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

schedule() public méthode

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

schedulePeriodic() public méthode

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

scheduleRecursive() public méthode

public scheduleRecursive ( callable $action )
$action callable