[ 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 Standard C++ Library v3