$pending
$pending
Represents a promise that iterates over many promises and invokes side-effect functions in the process.
$iterable : \Iterator|null
$concurrency : callable|int|null
$onFulfilled : callable|null
$onRejected : callable|null
$aggregate : \GuzzleHttp\Promise\Promise|null
$mutex : bool|null
__construct(mixed $iterable, array $config = []) : mixed
Configuration hash can include the following key value pairs:
mixed | $iterable | Promises or values to iterate. |
array | $config | Configuration options |
Loading…