Is there a way to get the dispatcher used in runBl...
# coroutines
s
Is there a way to get the dispatcher used in runBlocking?
d
coroutineContext[ContinuationInterceptor] as? CoroutineDispatcher
s
Thx, i was wondering if there was a public API and not necessarily within the runBlocking block
like Dispatcher.DEFAULT
d
The api for runBlocking event loop is internal.
s
Gotcha