cancelTimer() 공개 메소드

Cancel a pending timer.
public cancelTimer ( Kraken\Loop\Timer\TimerInterface $timer )
$timer Kraken\Loop\Timer\TimerInterface
예제 #1
0
 /**
  * @override
  * @inheritDoc
  */
 public function cancelTimer(\React\EventLoop\Timer\TimerInterface $timer)
 {
     $this->loop->cancelTimer($timer->getActualTimer());
 }