@mikeyt23/node-cli-utils
GitHub: mikey-t/node-cli-utils
Preparing search index...
parallel
OperationExecutor
Type Alias OperationExecutor<OutputType, InputType>
OperationExecutor
:
(
operationItem
:
InputType
)
=>
Promise
<
OutputType
>
The async function to run on each item during a call to
runParallel
.
Type Parameters
OutputType
InputType
Type Declaration
(
operationItem
:
InputType
)
:
Promise
<
OutputType
>
Parameters
operationItem
:
InputType
Returns
Promise
<
OutputType
>
Settings
Theme
OS
Light
Dark
GitHub: mikey-t/node-cli-utils
@mikeyt23/node-cli-utils
Loading...
The async function to run on each item during a call to runParallel.