Searched refs:waitList (Results 1 – 2 of 2) sorted by relevance
16 private $waitList; variable in GuzzleHttp\\Promise\\Promise38 $p->waitList = $this->waitList;39 $p->waitList[] = $this;87 $this->waitFn = $this->waitList = null;139 $this->waitList = $this->waitFn = null;225 } elseif ($this->waitList) {264 $waitList = $this->waitList;265 $this->waitList = null;267 foreach ($waitList as $result) {
20 private $waitList; variable in GuzzleHttp\\Promise\\Promise42 $p->waitList = $this->waitList;43 $p->waitList[] = $this;94 $this->waitFn = $this->waitList = null;144 $this->waitList = $this->waitFn = null;228 } elseif ($this->waitList) {267 $waitList = $this->waitList;268 $this->waitList = null;270 foreach ($waitList as $result) {