lockfree¶
Contents:
Summary¶
-
lockfree
¶ Version: 1.0.25
Description: The lockfree package contains lock-free data structures for use in multithreaded programming. These kinds of data structures are generally not as easy to use as single-threaded equivalents, and are not always faster. If you don’t know you need to use one, try another structure with a lock around it first.
Maintainers: - Devon Ash <dash AT clearpathrobotics DOT com>
Licenses: - BSD
Urls: - website<http://ros.org/wiki/lockfree>
Authors: - Josh Faust
BuildDepends: BuildtoolDepends: BuildExportDepends: ExecDepends: Exports: - <cpp cflags=”-I${prefix}/include” lflags=”-L${prefix}/lib -Wl,-rpath,${prefix}/lib -llockfree”/>