15 lines
766 B
Markdown
15 lines
766 B
Markdown
## shm
|
|
[](https://github.com/gen2brain/shm/actions)
|
|
[](https://pkg.go.dev/github.com/gen2brain/shm)
|
|
[](https://goreportcard.com/report/github.com/gen2brain/shm)
|
|
|
|
`shm` implements System V shared memory functions (`shmctl`, `shmget`, `shmat`, `shmdt`) in pure Go (except `solaris`, see [#24357](https://github.com/golang/go/issues/24357)).
|
|
|
|
### Installation
|
|
|
|
go get -u github.com/gen2brain/shm
|
|
|
|
### More
|
|
|
|
For System V Message Queue IPC (i.e. `msgctl`, `msgget`, `msgrcv`, `msgsnd`) see [ipc](https://github.com/siadat/ipc).
|