文件名称:threadpool-0_2_4-src
- 所属分类:
- 进程与线程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 68.28kb
- 下载次数:
- 0次
- 提 供 者:
- t**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
boost线程池库。
boost库中未包含线程池,但sourceforge上有了实现,该线程池简单易用,支持丰富的调度策略(fifo, lifo和priority)。
boost库中未包含线程池,但sourceforge上有了实现,该线程池简单易用,支持丰富的调度策略(fifo, lifo和priority)。
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 117143199threadpool-0_2_4-src.zip 列表 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