搜索资源列表
CThreadPool
- Security Note This sample code is provided to illustrate a concept and should not be used in applications or Web sites, as it may not illustrate the safest coding practices. Building and Running the Sample
CThreadPool
- Security Note This sample code is provided to illustrate a concept and should not be used in applications or Web sites, as it may not illustrate the safest coding practices. Building and Running the Sample
thread
- 线程池的实现主要分为三部分,线程的创建、添加任务到线程池中、工作线程从任务队列中取出任务进行处理。 主要有两个类来实现,CTask,CThreadPool-Implementation of thread pool is divided into three parts, thread creation, add the task to the thread pool, work out a thread from the task
CThreadPool
- Source Code of using Cthreadpool object and how to use Kindly add .exe before using it is self compressed exe which i changed to zip
cthreadpool
- 基于完成端口的线程池的例子,很好用,速度很快-ThreadPool
cthreadpool.tar
- 用C写的一个多线程管理的线程池源代码,对于想自己编写线程池的朋友,是一个很好的参考-Using C to write more than one thread pool thread management source code
CThreadPool
- 一个线程池的实现,a type of thread pool implementation-a kind of thread implementation
CThreadPool
- c++线程池,完成基本线程池功能。没有加优先级策略。-c++ thread pool thread pool to complete the basic functions. No increase priority policy.
CThreadPool
- vc 线程池demo 实现线程队列 windows平台(VC thread pool, demo implementation, thread queue, windows platform)