Multiple dispatchers

Report a typo

What will the following code print?

val scope = CoroutineScope(SupervisorJob() + Dispatchers.Default + Dispatchers.IO)
println(scope.coroutineContext[CoroutineDispatcher])
Select one option from the list
___

Create a free account to access the full topic