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