https://kotlinlang.org logo
#coroutines
Title
# coroutines
k

koufa

02/15/2018, 10:37 AM
Could someone explain the concrete difference between a CoroutineDispatcher and a CoroutineInterceptor please?
a

araqnid

02/15/2018, 11:59 AM
CoroutineDispatcher (in kotlinx.coroutines) is an extension of CoroutineInterceptor (in the lower-level kotlin.coroutines)
4 Views