@maschinenlesbar.org/ckan-cli
Preparing search index...
mapLimit
Function mapLimit
mapLimit
<
T
,
R
>
(
items
:
readonly
T
[]
,
limit
:
number
,
fn
:
(
item
:
T
)
=>
Promise
<
R
>
,
)
:
Promise
<
R
[]
>
Run
fn
over
items
with at most
limit
calls in flight; results keep the input order.
Type Parameters
T
R
Parameters
items
:
readonly
T
[]
limit
:
number
fn
:
(
item
:
T
)
=>
Promise
<
R
>
Returns
Promise
<
R
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@maschinenlesbar.org/ckan-cli
Loading...
Run
fnoveritemswith at mostlimitcalls in flight; results keep the input order.