Wed, 19 Jun 2024 23:37:25 UTC | login

Information for build moodycamel-concurrentqueue-1.0.3-4.fc39

ID272066
Package Namemoodycamel-concurrentqueue
Version1.0.3
Release4.fc39
Epoch
SummaryAn industrial-strength lock-free queue for C++
DescriptionAn industrial-strength lock-free queue for C++. Features: - Knock-your-socks-off blazing fast performance - Single-header implementation. Just drop it in your project - Fully thread-safe lock-free queue. Use concurrently from any number of threads - C++11 implementation -- elements are moved (instead of copied) where possible - Templated, obviating the need to deal exclusively with pointers -- memory is managed for you - No artificial limitations on element types or maximum count - Memory can be allocated once up-front, or dynamically as needed - Fully portable (no assembly; all is done through standard C++11 primitives) - Supports super-fast bulk operations - Includes a low-overhead blocking version (BlockingConcurrentQueue) - Exception safe
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 29 Nov 2023 11:57:00 UTC
CompletedWed, 29 Nov 2023 11:57:00 UTC
Tags
f40
RPMs
src
moodycamel-concurrentqueue-1.0.3-4.fc39.src.rpm (info) (download)
noarch
moodycamel-concurrentqueue-devel-1.0.3-4.fc39.noarch.rpm (info) (download)
Changelog * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jan 26 2022 Michel Alexandre Salim <salimma@fedoraproject.org> - 1.0.3-1 - Initial Fedora package