ipc

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 5, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	IPCReadDeadline = 10 * time.Millisecond
)

Variables

This section is empty.

Functions

func NewIPCReader

func NewIPCReader(ipcChannelName string) (io.ReadCloser, error)

func NewIPCWriter

func NewIPCWriter(ipcChannelName string) (io.WriteCloser, error)

Types

type IPCReader

type IPCReader struct {
	// contains filtered or unexported fields
}

func (IPCReader) Close

func (r IPCReader) Close() (err error)

func (*IPCReader) Read

func (r *IPCReader) Read(b []byte) (n int, err error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL