removeReadStream() public method

Remove the read event listener for the given stream.
public removeReadStream ( resource $stream )
$stream resource
Exemplo n.º 1
0
 /**
  * @override
  * @inheritDoc
  */
 public function removeReadStream($stream)
 {
     $this->loop->removeReadStream($stream);
 }