yatter
Preparing search index...
function
concurrent
Function concurrent
concurrent
(
option
?:
{
max
?:
number
}
,
)
:
(
...
func
:
AnyFunction
<
any
>
[]
)
=>
Promise
<
unknown
>
创建函数并发执行管理器
Parameters
option
:
{
max
?:
number
}
= {}
Optional
max
?:
number
最大并发数 default is 3
Returns
(
...
func
:
AnyFunction
<
any
>
[]
)
=>
Promise
<
unknown
>
调用返回的函数向执行管理器添加待执行函数
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
yatter
Loading...
创建函数并发执行管理器