Documentation ¶
Rendered for windows/amd64
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SharedMemorySegment ¶
type SharedMemorySegment struct {
// contains filtered or unexported fields
}
func (*SharedMemorySegment) Clear ¶
func (shm *SharedMemorySegment) Clear()
Clear by behaviour is similar to the std::memset(..., 0, ...)
func (*SharedMemorySegment) Detach ¶
func (shm *SharedMemorySegment) Detach() error
Detach used to detach from memory segment
func (*SharedMemorySegment) Read ¶
func (shm *SharedMemorySegment) Read(data []byte) error
Read data segment. Attention, the segment to read will be equal to data function arg len
func (*SharedMemorySegment) Write ¶
func (shm *SharedMemorySegment) Write(data []byte)
Click to show internal directories.
Click to hide internal directories.