| Portability | non-portable (requires POSIX) | 
|---|---|
| Stability | experimental | 
| Maintainer | libraries@haskell.org | 
| Safe Haskell | Trustworthy | 
System.Posix.SharedMem
Description
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
Constructors
| ShmOpenFlags | |
| Fields 
 | |