Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var F, E, W, I, D, T logg.LevelPrinter = logg.GetLogPrinterSet(subsystem)
Functions ¶
This section is empty.
Types ¶
type Worker ¶
type Worker struct {
Cmd *exec.Cmd
Args []string
// Stderr io.WriteCloser
// StdPipe io.ReadCloser
StdConn *stdconn.StdConn
}
func Spawn ¶
Spawn starts up an arbitrary executable file with given arguments and attaches a connection to its stdin/stdout
Click to show internal directories.
Click to hide internal directories.