Skip to content
forked from gen2brain/shm

System V shared memory functions in pure Go.

License

Notifications You must be signed in to change notification settings

CretanCivil/shm

 
 

Repository files navigation

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.

About

System V shared memory functions in pure Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%