Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 376 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 376 Bytes

Pure Go SysV IPC

This library implements SysV IPC commands on Linux using system calls rather than cgo.

Shared memory access is implemented and fairly well tested. Semaphores are partially implemented. Messages queues are not yet implemented.

API not yet fixed.