Example #1
0
 /**
  * @param EventLoop $eventLoop
  * @return $this
  */
 public function withEventLoop(EventLoop $eventLoop)
 {
     $eventLoop->setLogger($this->logger);
     $this->eventLoop = $eventLoop;
     return $this;
 }