共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > NPS Pthread Pool Library |
NPS Pthread Pool Library
|
1 | 0 | 8 |
贡献者 | 讨论 | 代码提交 |
A simple library implementing a thread pool in C, using POSIX threads. The library has been tested to work with both LinuxThreads and NPTL. Features: multiple worker pools, manager-free design (no thread overhead), asynchronous cancellation safe design, fork-safe design, very few dependencies, automated unit testing, well-documented.