| Copyright | (c) Daniel Franke 2007 | 
|---|---|
| License | BSD-style (see the file libraries/base/LICENSE) | 
| Maintainer | libraries@haskell.org | 
| Stability | experimental | 
| Portability | non-portable (requires POSIX) | 
| Safe Haskell | Safe | 
| Language | Haskell2010 | 
System.Posix.SharedMem
Description
POSIX shared memory support.
Synopsis
- 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 
 | |