[ ソース: 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.