套件: libthread-pool-dev (3.0.2-1)
libthread-pool-dev 的相關超連結
Trisquel 的資源:
下載原始碼套件 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]
維護者:
Original Maintainers:
- Debian Med Packaging Team (郵件存檔)
- Andreas Tille
外部的資源:
- 主頁 [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.