Kraken\Loop\LoopInterface::onTick PHP Метод

onTick() публичный Метод

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);