System.Posix.SharedMem
| 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 |
Описание
Поддержка POSIX общей памяти.
data ShmOpenFlags Source
Конструкторы
| ShmOpenFlags | |
Поля
| |
shmOpen :: String -> ShmOpenFlags -> FileMode -> IO Fd Source
Открыть объект общей памяти с заданным именем, флагами и режимом.
shmUnlink :: String -> IO () Source
Удалить объект общей памяти с заданным именем.
© The University of Glasgow and others
Licensed under a BSD-style license (see top of the page).
https://downloads.haskell.org/~ghc/7.10.3/docs/html/libraries/unix-2.7.1.0/System-Posix-SharedMem.html