Beispiel #1
0
 /**
  * Remove the write event listener for the given stream.
  *
  * @param stream $stream The PHP stream resource.
  */
 public function removeWriteStream($stream)
 {
     $this->loop->removeWriteStream($stream);
 }