toggle menu
Simple Robot
4.8.0
common
switch theme
search in API
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