crnt - v0.0.31
Github
Preparing search index...
parallelMap
Function parallelMap
parallelMap
<
T
,
U
>
(
array
:
T
[]
,
fn
:
(
item
:
T
)
=>
Promise
<
U
>
,
semaphore
:
number
|
Semaphore
,
options
?:
Options
,
)
:
Promise
<
U
[]
>
Convenient function to perform a concurrent map operation.
Type Parameters
T
U
Parameters
array
:
T
[]
fn
:
(
item
:
T
)
=>
Promise
<
U
>
semaphore
:
number
|
Semaphore
Optional
options
:
Options
Returns
Promise
<
U
[]
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Github
crnt - v0.0.31
Loading...
Convenient function to perform a concurrent map operation.