Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Factory ¶
type Factory struct {
// contains filtered or unexported fields
}
Factory connects to stack using standard streams (STDIN, STDOUT pipes).
func NewPipeFactory ¶
NewPipeFactory returns new factory instance and starts listening
func (*Factory) SpawnWorkerWithContext ¶ added in v4.7.0
func (f *Factory) SpawnWorkerWithContext(ctx context.Context, cmd *exec.Cmd, options ...worker.Options) (*worker.Process, error)
SpawnWorkerWithContext Creates a new Process and connects it to goridge relay, method Wait() must be handled on the level above.
Click to show internal directories.
Click to hide internal directories.