Kraken\Loop\LoopInterface::onTick PHP Method

onTick() public method

Callbacks are guaranteed to be executed in the order they are enqueued. This method is an alias for onAfterTick() method.
public onTick ( callable $listener )
$listener callable
    public function onTick(callable $listener);