But user code can amend the context. The simplest ...
# coroutines
e
But user code can amend the context. The simplest example is naming your coroutines with
runSuspending(CoroutineName("MyName")) { ... }
.