mirror of https://github.com/hslam/ipc.git
b21fd44a40 | ||
---|---|---|
.gitignore | ||
LICENSE | ||
README.md | ||
ftok.go | ||
ipc.go | ||
msg.go | ||
sem.go | ||
shm.go |
README.md
ipc
Package ipc provides a way to use System V IPC. System V IPC includes three interprocess communication mechanisms that are widely available on UNIX systems: message queues, semaphore, and shared memory.