예제 #1
0
파일: Httpd.php 프로젝트: domraider/rxnet
 /**
  * Stop listening
  */
 public function shutdown()
 {
     $this->io->shutdown();
     $this->observable->notifyCompleted();
 }