unix-2.7.2.2: POSIX functionality
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

Documentation

data ShmOpenFlags Source #

Constructors

ShmOpenFlags

Fields

shmOpen :: String -> ShmOpenFlags -> FileMode -> IO Fd Source #

Open a shared memory object with the given name, flags, and mode.

shmUnlink :: String -> IO () Source #

Delete the shared memory object with the given name.