module IPC
Extended Modules
Defined in:
ipc.cripc/constants.cr
ipc/functions.cr
ipc/malloc.cr
ipc/types.cr
Constant Summary
-
PrivateKeyID =
LibC::IPC_PRIVATE
-
VERSION =
"0.0.1"
Instance Method Summary
- #attach(type : T.class, id : LibC::Int, addr : Pointer(Void), flag : LibC::Int) forall T
- #detach(ptr : Pointer(T)) forall T
- #getds(id)
- #getid(type : T.class, key : LibC::KeyT, size : Int, flag : LibC::Int) forall T
- #getkey(filepath : String, id : Int)
- #remove(id : LibC::Int)