Introduction - If you have any usage issues, please Google them yourself
boost the thread pool library. boost library does not contain a thread pool, but there is sourceforge realize that the easy-to-use thread pool to support the rich scheduling strategy (fifo, lifo, and priority).
Packet : 117143199threadpool-0_2_4-src.zip filelist
threadpool-0_2_4-src/
threadpool-0_2_4-src/threadpool/
threadpool-0_2_4-src/threadpool/CHANGE_LOG
threadpool-0_2_4-src/threadpool/COPYING
threadpool-0_2_4-src/threadpool/include/
threadpool-0_2_4-src/threadpool/include/threadpool/
threadpool-0_2_4-src/threadpool/include/threadpool.hpp
threadpool-0_2_4-src/threadpool/include/threadpool/detail/
threadpool-0_2_4-src/threadpool/include/threadpool/detail/future.hpp
threadpool-0_2_4-src/threadpool/include/threadpool/detail/locking_ptr.hpp
threadpool-0_2_4-src/threadpool/include/threadpool/detail/pool_core.hpp
threadpool-0_2_4-src/threadpool/include/threadpool/detail/scope_guard.hpp
threadpool-0_2_4-src/threadpool/include/threadpool/detail/worker_thread.hpp
threadpool-0_2_4-src/threadpool/include/threadpool/future.hpp
threadpool-0_2_4-src/threadpool/include/threadpool/pool.hpp
threadpool-0_2_4-src/threadpool/include/threadpool/pool_adaptors.hpp
threadpool-0_2_4-src/threadpool/include/threadpool/scheduling_policies.hpp
threadpool-0_2_4-src/threadpool/include/threadpool/shutdown_policies.hpp
threadpool-0_2_4-src/threadpool/include/threadpool/size_policies.hpp
threadpool-0_2_4-src/threadpool/include/threadpool/task_adaptors.hpp
threadpool-0_2_4-src/threadpool/LICENSE_1_0.txt
threadpool-0_2_4-src/threadpool/Makefile
threadpool-0_2_4-src/threadpool/README
threadpool-0_2_4-src/threadpool/src/
threadpool-0_2_4-src/threadpool/src/doc/
threadpool-0_2_4-src/threadpool/src/doc/design.dox
threadpool-0_2_4-src/threadpool/src/doc/design.txt
threadpool-0_2_4-src/threadpool/src/doc/design_header.htm
threadpool-0_2_4-src/threadpool/src/doc/examples.dox
threadpool-0_2_4-src/threadpool/src/doc/examples.txt
threadpool-0_2_4-src/threadpool/src/doc/examples_header.htm
threadpool-0_2_4-src/threadpool/src/doc/footer/
threadpool-0_2_4-src/threadpool/src/doc/footer/common_footer.htm
threadpool-0_2_4-src/threadpool/src/doc/footer/overview_footer.htm
threadpool-0_2_4-src/threadpool/src/doc/footer_sf/
threadpool-0_2_4-src/threadpool/src/doc/footer_sf/common_footer.htm
threadpool-0_2_4-src/threadpool/src/doc/footer_sf/overview_footer.htm
threadpool-0_2_4-src/threadpool/src/doc/index.html
threadpool-0_2_4-src/threadpool/src/doc/Makefile
threadpool-0_2_4-src/threadpool/src/doc/overview.dox
threadpool-0_2_4-src/threadpool/src/doc/overview.txt
threadpool-0_2_4-src/threadpool/src/doc/overview_header.htm
threadpool-0_2_4-src/threadpool/src/doc/reference.dox
threadpool-0_2_4-src/threadpool/src/doc/reference_header.htm
threadpool-0_2_4-src/threadpool/src/doc/threadpool.css
threadpool-0_2_4-src/threadpool/src/doc/tutorial.dox
threadpool-0_2_4-src/threadpool/src/doc/tutorial.txt
threadpool-0_2_4-src/threadpool/src/doc/tutorial_header.htm
threadpool-0_2_4-src/threadpool/src/example/
threadpool-0_2_4-src/threadpool/src/example/iostream_buffers/
threadpool-0_2_4-src/threadpool/src/example/iostream_buffers/buffers.h
threadpool-0_2_4-src/threadpool/src/example/iostream_buffers/iostream_buffers.sln
threadpool-0_2_4-src/threadpool/src/example/iostream_buffers/iostream_buffers.vcproj
threadpool-0_2_4-src/threadpool/src/example/iostream_buffers/main.cpp
threadpool-0_2_4-src/threadpool/src/example/mergesort/
threadpool-0_2_4-src/threadpool/src/example/mergesort/mergesort.cpp
threadpool-0_2_4-src/threadpool/src/example/mergesort/mergesort.sln
threadpool-0_2_4-src/threadpool/src/example/mergesort/mergesort.vcproj
threadpool-0_2_4-src/threadpool/src/quickstart/
threadpool-0_2_4-src/threadpool/src/quickstart/Makefile
threadpool-0_2_4-src/threadpool/src/quickstart/QuickStart.cpp
threadpool-0_2_4-src/threadpool/src/quickstart/README
threadpool-0_2_4-src/threadpool/src/quickstart/threadpool.makefile
threadpool-0_2_4-src/threadpool/src/test/
threadpool-0_2_4-src/threadpool/src/test/compile_all/
threadpool-0_2_4-src/threadpool/src/test/compile_all/compile_all.cpp
threadpool-0_2_4-src/threadpool/src/test/compile_all/compile_all.sln
threadpool-0_2_4-src/threadpool/src/test/compile_all/compile_all.vcproj
threadpool-0_2_4-src/threadpool/src/tutorial/
threadpool-0_2_4-src/threadpool/src/tutorial/tutorial.cpp
threadpool-0_2_4-src/threadpool/src/tutorial/tutorial.sln
threadpool-0_2_4-src/threadpool/src/tutorial/tutorial.vcproj
threadpool-0_2_4-src/threadpool/TODO