Package
libboost-atomic1.62.0Version
1.62.0+dfsg-4Priority
optionalSection
libsSource
boost1.62Origin
UbuntuMaintainer
Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>Original Maintainer
Debian Boost Team <pkg-boost-devel@lists.alioth.debian.org>Bugs
https://bugs.launchpad.net/ubuntu/+filebugInstalled Size
52.2 kBHomepage
http://www.boost.org/libs/atomic/Supported
9mDownload Size
7,336 BAPT Manual Installed
noAPT Sources
http://gb.archive.ubuntu.com/ubuntu zesty/main amd64 PackagesDescription
atomic data types, operations, and memory ordering constraintsThis package forms part of the Boost C++ Libraries collection.
.
Boost.Atomic is a library that provides atomic data types and operations
on these data types, as well as memory ordering constraints required for
coordinating multiple threads through atomic variables. It implements the
interface as defined by the C++11 standard, but makes this feature
available for platforms lacking system/compiler support for this
particular C++11 feature.
.
Users of this library should already be familiar with concurrency in
general, as well as elementary concepts such as "mutual exclusion".
.
The implementation makes use of processor-specific instructions where
possible (via inline assembler, platform libraries or compiler
intrinsics), and falls back to "emulating" atomic operations through
locking.