Fedora Packages

moodycamel-concurrentqueue-devel Subpackage of moodycamel-concurrentqueue

Development files for moodycamel-concurrentqueue

An 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 The moodycamel-concurrentqueue-devel package contains libraries and header files for developing applications that use moodycamel-concurrentqueue.

Releases Overview

Release Stable Testing
Fedora Rawhide 1.0.4-4.fc40 -
Fedora 40 1.0.4-4.fc40 -
Fedora 39 1.0.4-1.fc39 -
Fedora 38 1.0.4-1.fc38 -
EPEL 9 1.0.4-1.el9 -
EPEL 8 1.0.4-1.el8 -
File a new bug report »
Package Info

You can contact the maintainers of this package via email at moodycamel-concurrentqueue dash maintainers at fedoraproject dot org.



Sources on Pagure