And if not, if I wanted to have a coroutine contex...
# coroutines
b
And if not, if I wanted to have a coroutine context for database access, is the current practice to have an
N
thread coroutine context with a
N
sized pooled data source?
g
Yes, or use existing async wrapper (even if this wrapper has thread pool under the hood)