if i understand <https://github.com/Kotlin/kotlinx...
# coroutines
t
if i understand https://github.com/Kotlin/kotlinx.coroutines/blob/master/integration/kotlinx-coroutines-slf4j/src/MDCContext.kt correctly, i put the
MDCContext
into the coroutine context once and can read the values from any child context, but only if i modify the
MDC
i have to recteate the
MDCContext
, right?