Join Slack
Powered by
if the context is made from a thread pool, the poo...
# coroutines
a
araqnid
02/16/2018, 2:35 PM
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)
2
Views
Open in Slack
Previous
Next