在kotlinx.coroutines库中,您可以使用launch(with join)或async(with await)启动新的协同程序.他们之间有什么区别?
kotlinx.coroutines
launch
join
async
await
asynchronous coroutine kotlin kotlin-coroutines
asynchronous ×1
coroutine ×1
kotlin ×1
kotlin-coroutines ×1