Safe Haskell | None |
---|---|
Language | GHC2021 |
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 #