예제 #1
0
파일: IoServer.php 프로젝트: khelle/surume
 /**
  * @override
  * @inheritDoc
  */
 public function setLoop(LoopInterface $loop)
 {
     $this->listener->setLoop($loop);
 }