//
pkg.gl
Category
github.com/ctII/shm
module
package
0.0.2
Repository:
https://github.com/ctii/shm.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
76 SLOC
#
README
shm
About
shm is a Go (golang) wrapper for SysV Shared Memory Segments
#
Functions
New
New SharedMemory using id, if id is 0, make one there.
#
Variables
ErrorGivenSliceBiggerThanData
No description provided by the author
ErrorGivenSliceTooBig
No description provided by the author
#
Structs
SharedMemory
SharedMemory is a Wrapper around SysVShm, and is not safe for concurrent access.