Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 protected function createEvent(EventBase $base, SocketEventInterface $socket, callable $callback) : Event
 {
     return new Event($base, $socket->getResource(), Event::READ, $callback, $socket);
 }