Beispiel #1
0
 /**
  * @param callable $listener
  */
 public function stopTick(callable $listener)
 {
     $this->loop->stopTick($listener);
 }