Home
last modified time | relevance | path

Searched refs:writeStreams (Results 1 – 1 of 1) sorted by relevance

/plugin/webdav/vendor/sabre/event/lib/Loop/
H A DLoop.php154 $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