Searched refs:maxtasks (Results 1 – 1 of 1) sorted by relevance
88 def worker(inqueue, outqueue, initializer=None, initargs=(), maxtasks=None): argument89 assert maxtasks is None or (type(maxtasks) == int and maxtasks > 0)100 while maxtasks is None or (maxtasks and completed < maxtasks):