[ buster ]
[ ソース: libthread-pool ]
パッケージ: libthread-pool0 (1.0.0-2)
libthread-pool0 に関するリンク
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
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 a shared library with a thread pool implementation.
その他の libthread-pool0 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.17) [arm64]
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
- dep: libc6 (>= 2.4) [arm64 以外]
-
- dep: libgcc1 (>= 1:3.0) [armhf 以外]
- GCC 共有ライブラリ
- dep: libgcc1 (>= 1:3.5) [armhf]
-
- dep: libstdc++6 (>= 6)
- GNU 標準 C++ ライブラリ v3