Home
last modified time | relevance | path

Searched refs:promiseFor (Results 1 – 6 of 6) sorted by path

/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md514 | `promise_for` | `Create::promiseFor` |
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DCoroutine.php129 $this->currentPromise = Create::promiseFor($yielded)
H A DCreate.php14 public static function promiseFor($value) function in GuzzleHttp\\Promise\\Create
H A DEachPromise.php167 $promise = Create::promiseFor($this->iterable->current());
H A DPromise.php45 $promise = Create::promiseFor($this->result);
H A Dfunctions.php55 return Create::promiseFor($value);