vineethraj49
suspend fun foo() { val context = coroutineContext dbi.withHandle { conn -> async(context) { bizLogic.suspendingFunction() } }.await() }