NewtoKotlin
01/24/2024, 2:22 AMval customScopeLocal = CoroutineScope(<http://Dispatchers.IO|Dispatchers.IO> + MDCContext())
to companion object block, it did not lauch any coroutineephemient
01/24/2024, 3:44 AMKlitos Kyriacou
01/24/2024, 8:50 AMMDCContext()
just before you call a suspending function. If you have it in a companion object, it will only be called once.NewtoKotlin
01/24/2024, 4:32 PM