I suppose so because documentation (<https://kotli...
# coroutines
d
I suppose so because documentation (https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/with-context.html) says
Copy code
The resulting context for the block is derived by merging the current coroutineContext with the specified context using coroutineContext + context (see CoroutineContext.plus).
Am I missing something?