Searched defs:work_queue (Results 1 – 2 of 2) sorted by relevance
255 def __init__(self, work_queue, jobs, argument595 work_queue = queue.Queue() variable
27 def Worker(fn, work_queue, done_queue, done): argument