Preparing search index...
The search index is not available
thingies
thingies
concurrency
Function concurrency
concurrency
(
limit
)
:
(
<
T
>
(
code
)
=>
Promise
<
T
>
)
Limits concurrency of async code.
Parameters
limit
:
number
Returns
(
<
T
>
(
code
)
=>
Promise
<
T
>
)
<
T
>
(
code
)
:
Promise
<
T
>
Type Parameters
T
=
unknown
Parameters
code
:
Code
<
T
>
Returns
Promise
<
T
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
thingies
Loading...
Limits concurrency of async code.