Skip to content

nvi-inc/svipc

Repository files navigation

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.