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