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. :-)

Reply via email to