Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ExitManager ¶
type ExitManager struct {
// contains filtered or unexported fields
}
ExitManager manages worker exit.
func New ¶
func New(runnercfg *cfg.RunnerConfig, state *run.State) *ExitManager
Make a new ExitManager object
func (*ExitManager) SetProtocol ¶
func (em *ExitManager) SetProtocol(proto *workerproto.Protocol)
func (*ExitManager) WorkerFinished ¶
func (em *ExitManager) WorkerFinished() error
Click to show internal directories.
Click to hide internal directories.