Home
last modified time | relevance | path

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

/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/
DPool.php6 use GuzzleHttp\Promise\EachPromise; alias
27 * @var EachPromise
67 $this->each = new EachPromise($requests(), $config);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
DPool.php4 use GuzzleHttp\Promise\EachPromise; alias
22 /** @var EachPromise */
70 $this->each = new EachPromise($requests(), $config);
/plugin/matrixnotifierwas/vendor/guzzlehttp/promises/src/
DEach.php29 return (new EachPromise($iterable, [
52 return (new EachPromise($iterable, [
DEachPromise.php13 class EachPromise implements PromisorInterface class
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
DEach.php31 return (new EachPromise($iterable, [
58 return (new EachPromise($iterable, [
DEachPromise.php9 class EachPromise implements PromisorInterface class
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
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
/plugin/matrixnotifierwas/vendor/guzzlehttp/promises/
DCHANGELOG.md120 - Update EachPromise to prevent recurring on a iterator when advancing, as this
129 - Update EachPromise to immediately resolve when the underlying promise iterator
145 - Updating EachPromise to call next on the underlying promise iterator as late