libthread-pool 4.0.0-2 source package in Ubuntu

Changelog

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

  * Upload to unstable
  * Standards-Version: 4.6.2 (routine-update)

 -- Andreas Tille <email address hidden>  Tue, 13 Feb 2024 08:13:54 +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_4.0.0-2.dsc 2.1 KiB 52087ea02477008417ad4df4a482ce6de44c275b377df8081b6fc85d0b4d47f5
libthread-pool_4.0.0.orig.tar.gz 4.9 KiB 17120799a7fbdf88899ae6a1130aa14639f341c00c1b3dd44f54254cb56c9569
libthread-pool_4.0.0-2.debian.tar.xz 4.2 KiB 2819691221851edc2c4a83c6834d8577a701816d3a7677f576eb19c6946ac112

No changes file available.

Binary packages built by this source

libthread-pool-dev: C++ header-only 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, a thread pool maintains multiple threads
 waiting for tasks to be allocated for concurrent execution by the
 supervising program.