Home
last modified time | relevance | path

Searched refs:EachPromise (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DPool.php4 use GuzzleHttp\Promise\EachPromise; alias
22 /** @var EachPromise */
70 $this->each = new EachPromise($requests(), $config);
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DEach.php31 return (new EachPromise($iterable, [
58 return (new EachPromise($iterable, [
H A DEachPromise.php9 class EachPromise implements PromisorInterface class
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DCHANGELOG.md71 - Update EachPromise to prevent recurring on a iterator when advancing, as this
80 - Update EachPromise to immediately resolve when the underlying promise iterator
96 - Updating EachPromise to call next on the underlying promise iterator as late