libthread-pool 4.0.0-1ubuntu1 source package in Ubuntu
Changelog
libthread-pool (4.0.0-1ubuntu1) lunar; urgency=medium * debian/patches/fix-unsigned-cast.patch: fix FTBS for armhf (LP: #2009537). -- Vladimir Petko <email address hidden> Tue, 07 Mar 2023 15:53:47 +1300
Upload details
- Uploaded by:
- Vladimir Petko
- Sponsored by:
- Michael Hudson-Doyle
- Uploaded to:
- Lunar
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc | |
Lunar | 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-1ubuntu1.debian.tar.xz | 4.2 KiB | 80a974e6a01302dd94e519d8758015482479db5c626bb31329e979d285ca3a21 |
libthread-pool_4.0.0-1ubuntu1.dsc | 2.2 KiB | 1fd8a01afb4f5fb7923279573da97c3444b61a26df93a0b9f1328c218dff339c |
Available diffs
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.