Home
last modified time | relevance | path

Searched defs:workerManager (Results 1 – 1 of 1) sorted by relevance

/build/kati/
Dworker.go86 func newWorker(wm *workerManager) *worker {
211 type workerManager struct { struct
212 maxJobs int
213 jobs []*job
214 readyQueue jobQueue
215 jobChan chan *job
216 resultChan chan jobResult
217 newDepChan chan newDep
218 stopChan chan bool
219 waitChan chan bool
[all …]