|
| System.Posix.SharedMem | | Portability | non-portable (requires POSIX) | | Stability | experimental | | Maintainer | libraries@haskell.org |
|
|
|
| Description |
| POSIX shared memory support.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| Constructors | | ShmOpenFlags | | | shmReadWrite :: Bool | If true, open the shm object read-write rather than read-only.
| | shmCreate :: Bool | If true, create the shm object if it does not exist.
| | shmExclusive :: Bool | If true, throw an exception if the shm object already exists.
| | shmTrunc :: Bool | If true, wipe the contents of the shm object after opening it.
|
|
|
|
|
|
| Open a shared memory object with the given name, flags, and mode.
|
|
|
| Delete the shared memory object with the given name.
|
|
| Produced by Haddock version 0.8 |