Another quick question, what happens if you join t...
# coroutines
a
Another quick question, what happens if you join two dispatchers? For example:
Dispatchers.Default+<http://Dispatchers.IO|Dispatchers.IO>
? (I know its not intended i'm just curious of the functionality)
o
since they use the same Key, the latter will override the former
a
can you recommend me a book/reference 🙂