Documentation ¶
Index ¶
- Constants
- func Init() (_ string, err error)
- type Container
- type XContainer
- type YContainer
- func (y YContainer) IsDone() bool
- func (y YContainer) Peek() (stat *ds.Stat, err error)
- func (y YContainer) Scrub()
- func (y YContainer) Signal(sig string) error
- func (y YContainer) Stderr() io.ReadCloser
- func (y YContainer) Stdin() io.WriteCloser
- func (y YContainer) Stdout() io.ReadCloser
- func (y YContainer) Wait() (stat *ds.Stat, err error)
Constants ¶
View Source
const StdBufferLen = 32e3
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Container ¶
type XContainer ¶
type XContainer struct {
Container
}
func (XContainer) Signal ¶
func (x XContainer) Signal(sig string) error
func (XContainer) Stderr ¶
func (x XContainer) Stderr() circuit.X
func (XContainer) Stdin ¶
func (x XContainer) Stdin() circuit.X
func (XContainer) Stdout ¶
func (x XContainer) Stdout() circuit.X
type YContainer ¶
func (YContainer) IsDone ¶
func (y YContainer) IsDone() bool
func (YContainer) Scrub ¶
func (y YContainer) Scrub()
func (YContainer) Signal ¶
func (y YContainer) Signal(sig string) error
func (YContainer) Stderr ¶
func (y YContainer) Stderr() io.ReadCloser
func (YContainer) Stdin ¶
func (y YContainer) Stdin() io.WriteCloser
func (YContainer) Stdout ¶
func (y YContainer) Stdout() io.ReadCloser
Click to show internal directories.
Click to hide internal directories.