@arcmantle/library
Preparing search index...
async/wait-for-promise
waitForPromises
Function waitForPromises
waitForPromises
(
map
:
Set
<
any
>
|
Map
<
any
,
Promise
<
any
>
>
)
:
Promise
<
void
>
Iteratively waits for promises in a map or set.
Promises are deleted from the map as they complete.
Parameters
map
:
Set
<
any
>
|
Map
<
any
,
Promise
<
any
>
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@arcmantle/library
Loading...
Iteratively waits for promises in a map or set.
Promises are deleted from the map as they complete.