Simple Robot
Toggle table of contents
5.0.0-Preview2
common
Target filter
common
Switch theme
Search in API
Skip to content
Simple Robot
simbot-api
/
love.forte.simbot.application
/
joinWith
join
With
inline suspend
fun
<
T
:
Application
>
T
.
joinWith
(
block
:
T
.
(
)
->
Unit
)
(
source
)
执行完
block
后挂起当前
Application
。
app.joinWith { // this: Application
// ...
}
Content copied to clipboard
See also
Application.
join