Simple Robot
Toggle table of contents
4.11.0
common
Platform filter
common
Switch theme
Search in API
Simple Robot
simbot-common-core
/
love.forte.simbot.common.async
/
join
join
suspend
fun
Async
<
*
>
.
join
(
)
(
source
)
在协程中等待此
Async
任务完成。 此函数挂起协程直到任务完成,但不获取任务结果,也不处理任务失败时的异常。
See also
Deferred.
join