[ 原始碼: 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.