Function each_limit_all
Like each_limit, but ensures that no promise in the given $iterable argument is rejected. If any promise is rejected, then the aggregate promise is rejected with the encountered rejection.
mixed |
$iterable |
|
integer|callable |
$concurrency |
|
callable |
$onFulfilled = null |
|
PromiseInterface |