Documentation ¶
Index ¶
Constants ¶
View Source
const ( DEFAULT_POLLINTERVAL = float64(0.1) DEFAULT_POLLCHUNKSIZE = int(1024) DEFAULT_RWTIMEOUT = float64(0) )
Variables ¶
View Source
var ( ErrError = errors.New("") ErrOpen = fmt.Errorf("%wopen pipe failed", ErrError) ErrBreak = fmt.Errorf("%woperation break", ErrError) ErrTimeout = fmt.Errorf("%woperation timeout", ErrError) ErrRead = fmt.Errorf("%wread pipe failed", ErrError) ErrWrite = fmt.Errorf("%wwrite pipe failed", ErrError) )
Functions ¶
func CreatePipe ¶ added in v0.3.8
create new pipe on system, if not exist
Types ¶
Click to show internal directories.
Click to hide internal directories.