Beispiel #1
0
 /**
  * @param TimerInterface $timer
  */
 public function cancelTimer(TimerInterface $timer)
 {
     $this->loop->cancelTimer($timer);
 }