Indeed. Until jdbc's async API is not vaporware, e...
# ktor
m
Indeed. Until jdbc's async API is not vaporware, expect to see this:
Copy code
val aDeferred = async(someOtherCoroutineContextBackedByThreadpoolForIoOperations) { 
   // do stuff with database
}