[ 原始碼: libthread-pool ]
套件:libthread-pool-dev(1.0.0-2)
libthread-pool-dev 的相關連結
Debian 的資源:
下載原始碼套件 libthread-pool:
- [libthread-pool_1.0.0-2.dsc]
- [libthread-pool_1.0.0.orig.tar.gz]
- [libthread-pool_1.0.0-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
C++ 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.
This package contains the static library and the header files.