Categorygithub.com/ctII/shm
modulepackage
0.0.2
Repository: https://github.com/ctii/shm.git
Documentation: pkg.go.dev

# README

shm

Go Reference Build Status Go Report Card codecov

About

shm is a Go (golang) wrapper for SysV Shared Memory Segments

# Functions

New SharedMemory using id, if id is 0, make one there.

# Variables

No description provided by the author
No description provided by the author

# Structs

SharedMemory is a Wrapper around SysVShm, and is not safe for concurrent access.