Well if the number of threads exceeds the `MaxThreadPoolSize` threshold, `spawn` blocks until a thread becomes ready. Which seems to avoid the problem that you're describing but these things are subtle. :-)
- Question regarding parallel_counts.nim from Nim in Action wizzardx
- Re: Question regarding parallel_counts.nim from Nim in Actio... Araq
