Join Slack
Powered by
Basically: I'd like to use a single dispatcher, bu...
# coroutines
b
bbaldino
05/14/2020, 4:48 PM
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
?
3
Views
Open in Slack
Previous
Next