github.com/nvi-inc/svipc@v0.1.0/README.md (about)

     1  # Pure Go SysV IPC 
     2  
     3  [![](https://godoc.org/github.com/nathany/looper?status.svg)](http://godoc.org/github.com/nvi-inc/svipc)
     4  
     5  This library implements SysV IPC commands on Linux using system calls rather than `cgo`.
     6  
     7  Shared memory access is implemented and fairly well tested. Semaphores are partially implemented. Messages queues are not yet implemented.
     8  
     9  API not yet fixed.