Copyright | (c) 2018-2019 Composewell Technologies |
---|---|
License | BSD3 |
Maintainer | streamly@composewell.com |
Stability | experimental |
Portability | GHC |
Safe Haskell | None |
Language | Haskell2010 |
Documentation
atomicModifyIORefCAS :: IORef a -> (a -> (a, b)) -> IO b Source #
atomicModifyIORefCAS_ :: IORef t -> (t -> t) -> IO () Source #
writeBarrier :: IO () Source #
storeLoadBarrier :: IO () Source #