libthread-pool 2.0.1-4build1 source package in Ubuntu

Changelog

libthread-pool (2.0.1-4build1) focal; urgency=medium

  * No-change rebuild for libgcc-s1 package name change.

 -- Matthias Klose <email address hidden>  Mon, 23 Mar 2020 07:18:33 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian Med
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
libthread-pool_2.0.1.orig.tar.gz 4.9 KiB 0a5fa7af7e6ae1877710067e5b061e322aa85c88956d56b8d05922843133a7dc
libthread-pool_2.0.1-4build1.debian.tar.xz 4.2 KiB 1485d9adc13ab8e147f4b6138c8c33071cac9b675c96ad8271e7c4155f2b7479
libthread-pool_2.0.1-4build1.dsc 2.2 KiB 50d0a5ee0676c6a93ab7b980d338888a07b183a7f38f841a4df4c84894f56f7b

View changes file

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