Basically: I'd like to use a single dispatcher, bu...
# coroutines
b
Basically: I'd like to use a single dispatcher, but allow serialization of coroutine task processing on some scope (userId here), is this possible without using a coroutine contexted single-threaded dispatcher per scope and doing
withContext
?