Preparing search index...
The search index is not available
Documentation - v0.0.7
Documentation
@fuman/utils
parallelMap
Function parallelMap
parallelMap
<
Item
,
Result
>
(
iterable
:
Iterable
<
Item
,
any
,
any
>
|
AsyncIterable
<
Item
,
any
,
any
>
,
executor
:
(
item
:
Item
,
index
:
number
)
=>
MaybePromise
<
Result
>
,
options
?:
AsyncPoolOptions
<
Item
>
,
)
:
Promise
<
Result
[]
>
Type Parameters
Item
Result
Parameters
iterable
:
Iterable
<
Item
,
any
,
any
>
|
AsyncIterable
<
Item
,
any
,
any
>
executor
:
(
item
:
Item
,
index
:
number
)
=>
MaybePromise
<
Result
>
options
:
AsyncPoolOptions
<
Item
>
= {}
Returns
Promise
<
Result
[]
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Documentation - v0.0.7
Loading...