Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IpcShmHandler ¶
type IpcShmHandler struct {
// contains filtered or unexported fields
}
func CreateIpcShmHandler ¶
func CreateIpcShmHandler(identifier string, size int, isWriter bool) (*IpcShmHandler, error)
func (*IpcShmHandler) Cleanup ¶
func (handler *IpcShmHandler) Cleanup()
func (*IpcShmHandler) LastUpdate ¶
func (handler *IpcShmHandler) LastUpdate() time.Time
func (*IpcShmHandler) Read ¶
func (handler *IpcShmHandler) Read() ([]byte, error)
func (*IpcShmHandler) Write ¶
func (handler *IpcShmHandler) Write(data []byte) error
Click to show internal directories.
Click to hide internal directories.