Portability | non-portable (requires POSIX) |
---|---|
Stability | experimental |
Maintainer | libraries@haskell.org |
Safe Haskell | Trustworthy |
POSIX shared memory support.
- data ShmOpenFlags = ShmOpenFlags {
- shmReadWrite :: Bool
- shmCreate :: Bool
- shmExclusive :: Bool
- shmTrunc :: Bool
- shmOpen :: String -> ShmOpenFlags -> FileMode -> IO Fd
- shmUnlink :: String -> IO ()
Documentation
data ShmOpenFlags Source
ShmOpenFlags | |
|