thinking of building an "async jdbc" layer using c...
# coroutines
n
thinking of building an "async jdbc" layer using coroutines: send multiple queries to DB, then process results as they are available. is that a stupid idea?