threadpool News
Brought to you by:
philipphenkel
threadpool is a cross-platform C++ thread pool library based on the boost libs. It provides a convenient way for dispatching asynchronous tasks. threadpool can be customized, managed dynamically and easily integrated into your software.
I'm pleased to announce the release of threadpool 0.2.3. This is only a minor update which improves the shutdown policies to avoid wrong memory leak detection. Furthermore I removed the subtask concept implementation.