is <Dispatchers.IO> correct coroutine context to e...
# coroutines
s
is Dispatchers.IO correct coroutine context to execute sql db queries in ktor app?
j
Sounds like the correct dispatcher yes. Unless you have the opportunity to use a truly asynchronous access to the database, which would be even better.