[ 源代码: libthread-pool ]
软件包:libthread-pool-dev(3.0.2-1)
libthread-pool-dev 的相关链接
Debian 的资源:
下载源码包 libthread-pool:
- [libthread-pool_3.0.2-1.dsc]
- [libthread-pool_3.0.2.orig.tar.gz]
- [libthread-pool_3.0.2-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
C++ header-only thread pool library (devel)
A thread pool is a software design pattern for achieving concurrency of execution in a computer program. Often also called a replicated workers or worker-crew model,[1] a thread pool maintains multiple threads waiting for tasks to be allocated for concurrent execution by the supervising program.