I came up with following implementation: suspend fun getFaster(): Int = coroutineScope { select<Int> { async { getFromServer() }.
確定! 回上一頁