Is there some standard threadpool (wikipedia.org/wiki/Thread_pool) library
As far I can tell STL does not provide one, and boost provides one, but their documentation does not include examples, can someone let me know if there is some STL implementation
anyway please provide a simple example of using a threadpool library