1. 首页
  2. 考试认证
  3. 其它
  4. threadpool 一个C实现的线程池

threadpool 一个C实现的线程池

上传者: 2024-09-14 09:25:56上传 ZIP文件 6.08KB 热度 5次
特征* A thread pool implementation by C language * It is very simply to use thread pool, just need to include threadpool.h in your code * Start all threads on creation of the thread pool * Adding task can be in blocking way or noblocking way * Destory thread pool can be in wait_for_active_tasks way or immediately way未来的工作* Change dynamicly the size of thread pool * Policy-based thread pool
下载地址
用户评论