perdocker icon indicating copy to clipboard operation
perdocker copied to clipboard

Worker refactoring

Open NOX73 opened this issue 11 years ago • 0 comments

func NewWorker(lang *Lang, id, timeout int64, in chan Command, die chan error) (Worker, error){
  // ...
}
type Worker interface {
Stop()
Start()
}

NOX73 avatar Feb 02 '14 08:02 NOX73