Preparing search index...
The search index is not available
@cc-heart/utils
@cc-heart/utils
executeQueue
Function executeQueue
execute
Queue
(
taskArray
)
:
Promise
<
void
>
Invokes a queue.
Parameters
taskArray
:
(
(
...
args
)
=>
any
)
[]
An array of tasks to be executed.
Returns
Promise
<
void
>
A promise that resolves when all tasks are completed.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@cc-heart/utils
Loading...
Invokes a queue.