The latest version of bits-atomic is 0.1.3-0.

bits-atomic

Version 0.1.0 revision 0 uploaded by GabrielWicke.

Package meta

Synopsis
Atomic bit operations on memory locations for low-level synchronization
Description

Atomic operations including CAS (compare-and-swap), lock and fetch & add suitable for low-level shared-memory synchronization.

The implementation is using GCC's builtin atomic operations in C wrappers called through the FFI.

Testing: The following commands can be used to compile and run the test suite:

cabal unpack bits-atomic && cd bits-atomic-* # if not yet locally available
cabal configure -ftest
cabal build
cabal test
Author
Gabriel Wicke <wicke@wikidev.net>
Bug reports
n/a
Category
Data, Concurrency, Foreign
Copyright
n/a
Homepage
n/a
Maintainer
Gabriel Wicke <wicke@wikidev.net>
Package URL
n/a
Stability
experimental

Components