AutoTweaker API
Toggle table of contents
0.2.0-alpha.1+d0e71621
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api
/
join
join
jvm
suspend
fun
CoroutineScope
.
join
(
)
(
source
)
等待协程作用域的根 Job 完成,等价于
scope.coroutineContext.job.join()
。