Home
last modified time | relevance | path

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

/plugin/webdav/vendor/sabre/event/lib/Loop/
H A DLoop.php134 $this->readStreams[(int)$stream] = $stream;
168 $this->readStreams[(int)$stream],
248 return ($this->readStreams || $this->writeStreams || $this->nextTick || $this->timers);
310 if ($this->readStreams || $this->writeStreams) {
312 $read = $this->readStreams;
362 protected $readStreams = []; variable in Sabre\\Event\\Loop\\Loop