Searched refs:workQueue (Results 1 – 1 of 1) sorted by relevance
86 private val workQueue = WorkQueue() constant in trebuchet.util.WorkPool88 Thread { workQueue.processAll() }.apply { start() } in <lambda>()92 workQueue.submit(task) in submit()98 workQueue.finish() in close()