withContext

inline fun <T> withContext(vararg pairs: Pair<String, String>, block: () -> T): T(source)

Execute a block with temporary MDC values.