What will the following code print?
val scope = CoroutineScope(SupervisorJob() + Dispatchers.Default + Dispatchers.IO)
println(scope.coroutineContext[CoroutineDispatcher])What will the following code print?
val scope = CoroutineScope(SupervisorJob() + Dispatchers.Default + Dispatchers.IO)
println(scope.coroutineContext[CoroutineDispatcher])Create a free account to access the full topic