Searched refs:writeStreams (Results 1 – 1 of 1) sorted by relevance
154 $this->writeStreams[(int)$stream] = $stream;183 $this->writeStreams[(int)$stream],248 return ($this->readStreams || $this->writeStreams || $this->nextTick || $this->timers);310 if ($this->readStreams || $this->writeStreams) {313 $write = $this->writeStreams;369 protected $writeStreams = []; variable in Sabre\\Event\\Loop\\Loop