Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DPromise.php15 private $waitFn; variable in GuzzleHttp\\Promise\\Promise
20 * @param callable $waitFn Fn that when invoked resolves the promise.
24 callable $waitFn = null, argument
27 $this->waitFn = $waitFn;
87 $this->waitFn = $this->waitList = null;
139 $this->waitList = $this->waitFn = null;
223 } elseif ($this->waitFn) {
246 $wfn = $this->waitFn;
247 $this->waitFn = null;
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md291 When creating a promise object, you can provide an optional `$waitFn` and
292 `$cancelFn`. `$waitFn` is a function that is invoked with no arguments and is