https://kotlinlang.org logo
g

gildor

11/15/2017, 7:58 AM
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