示例#1
0
 /**
  * {@inheritdoc}
  */
 public function await($resource, callable $callback) : SocketEventInterface
 {
     return $this->awaitManager->create($resource, $callback);
 }