Kraken\Loop\Timer\TimerInterface::cancel PHP Method

cancel() public method

Cancel timer and unregister it from loop.
public cancel ( )
    public function cancel();

Usage Example

Ejemplo n.º 1
0
 /**
  * @override
  * @inheritDoc
  */
 public function cancel()
 {
     $this->timer->cancel();
 }
All Usage Examples Of Kraken\Loop\Timer\TimerInterface::cancel