Searched refs:EachPromise (Results 1 – 4 of 4) sorted by relevance
4 use GuzzleHttp\Promise\EachPromise; alias22 /** @var EachPromise */70 $this->each = new EachPromise($requests(), $config);
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