socket

package
v2.4.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 12, 2021 License: MIT Imports: 15 Imported by: 0

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 external stack using socket server.

func NewSocketServer

func NewSocketServer(ls net.Listener, tout time.Duration) *Factory

NewSocketServer returns Factory attached to a given socket listener. tout specifies for how long factory should serve for incoming relay connection

func (*Factory) Close

func (f *Factory) Close() error

Close socket factory and underlying socket connection.

func (*Factory) SpawnWorker

func (f *Factory) SpawnWorker(cmd *exec.Cmd, listeners ...events.Listener) (*worker.Process, error)

func (*Factory) SpawnWorkerWithTimeout

func (f *Factory) SpawnWorkerWithTimeout(ctx context.Context, cmd *exec.Cmd, listeners ...events.Listener) (*worker.Process, error)

SpawnWorkerWithTimeout creates Process and connects it to appropriate relay or return an error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL