Searched refs:EachPromise (Results 1 – 8 of 8) sorted by relevance
6 use GuzzleHttp\Promise\EachPromise; alias27 * @var EachPromise67 $this->each = new EachPromise($requests(), $config);
4 use GuzzleHttp\Promise\EachPromise; alias22 /** @var EachPromise */70 $this->each = new EachPromise($requests(), $config);
29 return (new EachPromise($iterable, [52 return (new EachPromise($iterable, [
13 class EachPromise implements PromisorInterface class
31 return (new EachPromise($iterable, [58 return (new EachPromise($iterable, [
9 class EachPromise implements PromisorInterface class
71 - Update EachPromise to prevent recurring on a iterator when advancing, as this80 - Update EachPromise to immediately resolve when the underlying promise iterator96 - Updating EachPromise to call next on the underlying promise iterator as late
120 - Update EachPromise to prevent recurring on a iterator when advancing, as this129 - Update EachPromise to immediately resolve when the underlying promise iterator145 - Updating EachPromise to call next on the underlying promise iterator as late