toggle menu
Simple Robot
4.8.0
jvm
switch theme
search in API
simbot-common-core
/
love.forte.simbot.common.collectable
/
FlowSynchronouslyIterateCollectable
/
collectAsync
collect
Async
jvm
open
override
fun
collectAsync
(
scope
:
CoroutineScope
,
collector
:
Action
<
T
>
)
:
Async
<
Unit
>
(
source
)
异步地执行收集操作。
Return
返回
Async
结果, 用于表达异步操作结果。
Parameters
scope
用来定义
CoroutineScope
, 提供上下文环境
collector
一个接收集合成员的操作函数。