elizarov
fun testSomething() = runBlocking { // <-- CoroutineScope // do some stuff launch { ... } // if this thing still works, scope will not terminate // .... }