Dico
fun CoroutineScope.xxxAsync()
suspend fun xxx()
CoroutineScope
isActive
suspend fun
coroutineContext[Job]!!.isActive
coroutineScope { }
louiscad
coroutineScope
coroutineContext.ensureActive()
CancellationException
A modern programming language that makes developers happier.