I am looking for a good and stable threadpool library for C++ that\'s fairly well documented. I know about the Native Windows thread pool API and the newer Vista Thread Poo
Have a look at the ThreadPool and TaskManager classes from the Poco C++ libraries.