if the context is made from a thread pool, the poo...
# coroutines
a
if the context is made from a thread pool, the pool will limit the number of threads. so in general the answer is that the context implementation decides the amount of parallelism. (the default context- CommonPool- uses the number of CPUs)