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