Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
DPromise.php16 private $waitList; variable in GuzzleHttp\\Promise\\Promise
38 $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) {
/plugin/matrixnotifierwas/vendor/guzzlehttp/promises/src/
DPromise.php20 private $waitList; variable in GuzzleHttp\\Promise\\Promise
42 $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) {