All Projects → gen2brain → Shm

gen2brain / Shm

Licence: bsd-3-clause
System V shared memory functions in pure Go.

Programming Languages

go
31211 projects - #10 most used programming language

shm

TravisCI Build Status GoDoc Go Report Card

shm implements System V shared memory functions (shmctl, shmget, shmat, shmdt) in pure Go (except solaris, see #24357).

Installation

go get -u github.com/gen2brain/shm

More

For System V Message Queue IPC (i.e. msgctl, msgget, msgrcv, msgsnd) see ipc.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].