libthread-pool 2.0.1-3 source package in Ubuntu

Changelog

libthread-pool (2.0.1-3) unstable; urgency=medium

  * Test-Depends: cmake

 -- Andreas Tille <email address hidden>  Tue, 19 Nov 2019 07:13:35 +0100

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libthread-pool_2.0.1-3.dsc 2.1 KiB 183dbffd02297b9b6957178215d5fde5102de86984136852a58ff30df83d6bb3
libthread-pool_2.0.1.orig.tar.gz 4.9 KiB 0a5fa7af7e6ae1877710067e5b061e322aa85c88956d56b8d05922843133a7dc
libthread-pool_2.0.1-3.debian.tar.xz 4.1 KiB 689477af4db05acfbbcf86211407a2a6d8bf6a8573e3233cbb1ef124a0de9683

Available diffs

No changes file available.

Binary packages built by this source

libthread-pool-dev: 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.

libthread-pool0: 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-dbgsym: debug symbols for libthread-pool0