| Safe Haskell | None | 
|---|---|
| Language | GHC2021 | 
GHC.Data.FastMutInt
Documentation
data FastMutInt Source #
newFastMutInt :: Int -> IO FastMutInt Source #
readFastMutInt :: FastMutInt -> IO Int Source #
writeFastMutInt :: FastMutInt -> Int -> IO () Source #
atomicFetchAddFastMut :: FastMutInt -> Int -> IO Int Source #