Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
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
func (*Worker) Continue ¶ added in v1.9.18
Continue sends a signal to a worker process to resume work
Click to show internal directories.
Click to hide internal directories.