Go to file
hslam b21fd44a40 add ipc 2020-11-29 04:42:18 +08:00
.gitignore Initial commit 2020-11-29 04:31:57 +08:00
LICENSE update LICENSE 2020-11-29 04:40:40 +08:00
README.md Initial commit 2020-11-29 04:31:57 +08:00
ftok.go add ipc 2020-11-29 04:42:18 +08:00
ipc.go add ipc 2020-11-29 04:42:18 +08:00
msg.go add ipc 2020-11-29 04:42:18 +08:00
sem.go add ipc 2020-11-29 04:42:18 +08:00
shm.go add ipc 2020-11-29 04:42:18 +08:00

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.