Why does the Kotlin ecosystem have such a relaxed view to monitoring coroutine dispatchers?
"Trust me, bro. Coroutines fast," seems to be the attitude. If you've got a cooperative multitasking framework like a Kotlin coroutine dispatcher, you're gonna want to know when there's enough coroutines not playing nice that it affects something you care about, and you're going to want to be able to make a call about whether it's an annoying, important or now problem.