文件名称:threadpool:用 C 编写的线程池库
文件大小:11KB
文件格式:ZIP
更新时间:2024-07-23 16:43:45
C
使用 pthreads API 和 POSIX 消息队列的线程池实现 函数根据它接收的参数创建线程。 消息队列用于将作业传递给工作线程。 在关闭时,工作线程被加入,并在所有剩余作业完成后释放结构。 向 mbrossard 致谢。 我阅读了他的代码,并在我的实现中使用了其中的一些想法。
【文件预览】:
threadpool-master
----thread_pool()
--------Test()
--------Threadpool_Lib()
----LICENSE.md(18KB)
----README.md(419B)