Пример #1
0
 /**
  * {@inheritdoc}
  */
 public function futureTick(callable $listener)
 {
     $this->loop->immediate($listener, [$this]);
 }