| Safe Haskell | Safe-Inferred |
|---|
System.Log.FastLogger.IORef
Documentation
atomicModifyIORef' :: IORef a -> (a -> (a, b)) -> IO b
Strict version of atomicModifyIORef. This forces both the value stored
in the IORef as well as the value returned.
fast-logger-2.0.3: A fast logging system
| Safe Haskell | Safe-Inferred |
|---|
System.Log.FastLogger.IORef
atomicModifyIORef' :: IORef a -> (a -> (a, b)) -> IO b
Strict version of atomicModifyIORef. This forces both the value stored
in the IORef as well as the value returned.