Searched refs:waitList (Results 1 – 1 of 1) 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) {