Go to file
hslam 7cf6cacadf update LICENSE 2020-11-29 04:40:40 +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

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.