tieba.js
Preparing search index...
consumeAllSuccess
Function consumeAllSuccess
consumeAllSuccess
<
T
>
(
effects
:
Effect
<
T
,
TiebaError
,
never
>
[]
,
concurrency
?:
number
,
)
:
Promise
<
T
[]
>
并发运行多个 Effect(validate 模式,忽略失败项)。
Type Parameters
T
Parameters
effects
:
Effect
<
T
,
TiebaError
,
never
>
[]
concurrency
:
number
= 10
Returns
Promise
<
T
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
tieba.js
Loading...
并发运行多个 Effect(validate 模式,忽略失败项)。