<https://gist.github.com/enleur/1b552483c7a540c7d2...
# coroutines
e
https://gist.github.com/enleur/1b552483c7a540c7d29ea1f9c64f5e06 @elizarov is this the right way to use MDC context with coroutines?
e
Yes. Looks correct. Although, I think that implementation is going to be simpler if it extends
CoroutineDispatcher
, instead of directly implementing
ContinuationInterceptor
.
👍 1
e
Thanks!