libthread-pool 2.0.1-1 source package in Ubuntu

Changelog

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

  * New upstream version

 -- Andreas Tille <email address hidden>  Tue, 17 Sep 2019 22:18:26 +0200

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-1.dsc 2.1 KiB 6aa0e21074a5d3f683cf01465dce3e669890b3ffe9c5c67877d379b182546fd9
libthread-pool_2.0.1.orig.tar.gz 4.9 KiB 0a5fa7af7e6ae1877710067e5b061e322aa85c88956d56b8d05922843133a7dc
libthread-pool_2.0.1-1.debian.tar.xz 3.9 KiB cca5f256dcb749861a41d4f89c997bb11bb2d771ad1bfe104078a00650d5df80

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