dt_automate/vendor/github.com/gen2brain/shm
2025-02-19 18:30:19 +08:00
..
AUTHORS first commit 2025-02-19 18:30:19 +08:00
LICENSE first commit 2025-02-19 18:30:19 +08:00
README.md first commit 2025-02-19 18:30:19 +08:00
shm_darwin.go first commit 2025-02-19 18:30:19 +08:00
shm_dragonfly.go first commit 2025-02-19 18:30:19 +08:00
shm_freebsd.go first commit 2025-02-19 18:30:19 +08:00
shm_linux_386.go first commit 2025-02-19 18:30:19 +08:00
shm_linux_amd64.go first commit 2025-02-19 18:30:19 +08:00
shm_linux_arm64.go first commit 2025-02-19 18:30:19 +08:00
shm_linux_arm.go first commit 2025-02-19 18:30:19 +08:00
shm_linux_riscv64.go first commit 2025-02-19 18:30:19 +08:00
shm_netbsd.go first commit 2025-02-19 18:30:19 +08:00
shm_openbsd.go first commit 2025-02-19 18:30:19 +08:00
shm_solaris.go first commit 2025-02-19 18:30:19 +08:00
shm.go first commit 2025-02-19 18:30:19 +08:00

shm

Status Go Reference Go Report Card

shm implements System V shared memory functions (shmctl, shmget, shmat, shmdt) in pure Go (except solaris, see #24357).

Installation

go get -u github.com/gen2brain/shm

More

For System V Message Queue IPC (i.e. msgctl, msgget, msgrcv, msgsnd) see ipc.