libthread-pool 2.0.1-2 source package in Ubuntu

Changelog

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

  * Fix build on i386
  * Provide symbols for amd64 only
  * Standards-Version: 4.4.1
  * Set upstream metadata fields: Repository.

 -- Andreas Tille <email address hidden>  Mon, 18 Nov 2019 18:46: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-2.dsc 2.1 KiB a9d0a9efae493b5fd9c26838e47a8e06407b7d02104598f7cd608c5eda3e0ba0
libthread-pool_2.0.1.orig.tar.gz 4.9 KiB 0a5fa7af7e6ae1877710067e5b061e322aa85c88956d56b8d05922843133a7dc
libthread-pool_2.0.1-2.debian.tar.xz 4.1 KiB fba3bcd0ada65f28dbd65921951b5b01b0451a09d5e2641a9b2fd20d8239510b

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