Now, do we really need the concept of `currentCont...
# coroutines
e
Now, do we really need the concept of
currentContext
? E.g. what shall be the default behavior of
runSuspending
be? Shall it, by default, use an empty context or inherit the context of the parent coroutine?