Hacker News new | ask | show | jobs
by charleslmunger 1800 days ago
Another tip - If you have a dynamically-sized thread pool, make it use a minimum of two threads. Otherwise developers will get used to guaranteed serialization of tasks, and you'll never be able to change it.
2 comments

nice!