Lines Matching refs:workers
530 workers = [Thread(target=work) for i in range(use_mp)]531 for worker in workers:553 for worker in workers: