Q: are users of different coroutine libraries supp...
# coroutines
v
Q: are users of different coroutine libraries supposed to know about contexts? In other words, where is code like
runSuspending(auth + dispatch) {...}
supposed to be, in the user code or in a library code?