Versions in this module Expand all Collapse all v1 v1.0.0 Sep 7, 2022 Changes in this version + func CreateSharedMemory(key string, size uint) (shm.SharedMemory, error) — windows/amd64 + type SharedMemorySegment struct — windows/amd64 + func (shm *SharedMemorySegment) Clear() + func (shm *SharedMemorySegment) Detach() error + func (shm *SharedMemorySegment) Read(data []byte) error + func (shm *SharedMemorySegment) Write(data []byte)