[ 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++ 库,第3版