コード例 #1
0
ファイル: Dispatcher.php プロジェクト: panlatent/aurora
 public function __destruct()
 {
     $this->base->free();
 }
コード例 #2
0
ファイル: EventLoop.php プロジェクト: koolkode/async
 /**
  * {@inheritdoc}
  */
 public function reset()
 {
     parent::reset();
     $this->loop->stop();
     $this->loop->free();
 }