K 10 svn:author V 3 pgj K 8 svn:date V 27 2012-06-03T18:58:41.000000Z K 7 svn:log V 338 Atomic operations including CAS (compare-and-swap), fetch & add and variants suitable for low-level shared-memory synchronization. The implementation is using GCC's builtin atomic operations (available in GCC >= 4) in C wrappers called through the FFI. WWW: http://hackage.haskell.org/package/bits-atomic Obtained from: FreeBSD Haskell END