libthread-pool 4.0.0-2build1 source package in Ubuntu

Changelog

libthread-pool (4.0.0-2build1) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 19:46:00 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
libthread-pool_4.0.0.orig.tar.gz 4.9 KiB 17120799a7fbdf88899ae6a1130aa14639f341c00c1b3dd44f54254cb56c9569
libthread-pool_4.0.0-2build1.debian.tar.xz 4.3 KiB 31909abdff3a959f703eafd7a72efa36c409ed9a5ea4936aaeb00b645918b70f
libthread-pool_4.0.0-2build1.dsc 2.2 KiB 90a06b60612ab3428df87d54fc9bfb4646eee407a0dba6f84b836a667125c8c7

View changes file

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.