Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function stop()
 {
     $this->loop->stop(\Ev::BREAK_ONE);
     parent::stop();
 }
Exemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 public function stop()
 {
     $this->handle->stop();
     parent::stop();
 }