1 2 3 4
type FinishedWorker struct {} func (FinishedWorker) Kill() {} func (FinishedWorker) Wait() error { return nil }