You can use awaitAll for that purpose: import kotlinx.coroutines.* suspend fun sendDataAndAwaitAcknowledge() = coroutineScope ...
確定! 回上一頁