Searched refs:waitFn (Results 1 – 2 of 2) sorted by relevance
15 private $waitFn; variable in GuzzleHttp\\Promise\\Promise20 * @param callable $waitFn Fn that when invoked resolves the promise.24 callable $waitFn = null, argument27 $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;
291 When creating a promise object, you can provide an optional `$waitFn` and292 `$cancelFn`. `$waitFn` is a function that is invoked with no arguments and is