TIL that if you try to make a dispatcher by implem...
# coroutines
z
TIL that if you try to make a dispatcher by implementing ContinuationInterceptor directly, not CoroutineDispatcher, you’re gonna have a bad time if you try using ThreadContextElements.
😬 2
💡 2
b
Trying to create one without the kotlinx package?
z
No, i was using kotlinx
b
oof-old-man.gif