libthread-pool 2.0.1-4 source package in Ubuntu

Changelog

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

  * Test-Depends: build-essential

 -- Andreas Tille <email address hidden>  Tue, 19 Nov 2019 21:52:39 +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-4.dsc 2.1 KiB e916a9e2dd16226e29d2e78677ceb83b32738194f3efca3eab83f344fd640ddc
libthread-pool_2.0.1.orig.tar.gz 4.9 KiB 0a5fa7af7e6ae1877710067e5b061e322aa85c88956d56b8d05922843133a7dc
libthread-pool_2.0.1-4.debian.tar.xz 4.1 KiB cbc3378d92a6b9548682a8744b3216b05b8459b2b6a026d36081826940e38313

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