In my experience, this kind of naïve parallelism n...
# random
c
In my experience, this kind of naïve parallelism never gets very far since it’s impossible to have a finer grained control on it (e.g. controlling the thread pool, the rejection policy, etc…). I don’t think
par
is used much in Scala for that reason.
👍 1