Home
last modified time | relevance | path

Searched refs:result_handler (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/multiprocessing/
Dpool.py679 worker_handler, task_handler, result_handler, cache): argument
694 if (not result_handler.is_alive()) and (len(cache) != 0):
698 result_handler._state = TERMINATE
720 if threading.current_thread() is not result_handler:
721 result_handler.join()