Preparing search index...
The search index is not available
Documentation
Documentation
@hackbg/cmds
parallel
Function parallel
parallel
(
...
operations
)
:
(
(
context
)
=>
Promise
<
any
[]
>
)
Run several operations in parallel in the same context.
Parameters
Rest
...
operations
:
Function
[]
Returns
(
(
context
)
=>
Promise
<
any
[]
>
)
(
context
)
:
Promise
<
any
[]
>
Parameters
context
:
{
run
:
Function
;
}
run
:
Function
Returns
Promise
<
any
[]
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Documentation
@fadroma
agent
scrt
cw
oci
create
compile
devnet
@hackbg
ganesha
ensuite
cmds
conf
file
logs
oops
port
repo
CosmJS-ESM Documentation
SecretJS-ESM Docs
Loading...
Generated using
TypeDoc
Run several operations in parallel in the same context.