Loading...

Streamly.Internal.Data.Atomics

Documentation

atomicModifyIORefCAS :: IORef a -> (a -> (a, b)) -> IO b Source #

atomicModifyIORefCAS_ :: IORef t -> (t -> t) -> IO () Source #