Could someone explain the concrete difference betw...
# coroutines
k
Could someone explain the concrete difference between a CoroutineDispatcher and a CoroutineInterceptor please?
a
CoroutineDispatcher (in kotlinx.coroutines) is an extension of CoroutineInterceptor (in the lower-level kotlin.coroutines)