> How to make the 100 iteration execute paralle...
# coroutines
g
How to make the 100 iteration execute parallel?
@sailxjx To run 100 iterations in parallel you need 100 threads. but CommonPool is just
availableCpu - 1
, don’t know your particular case but in most real cases you don’t want to run 100 threads