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