Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/multiprocessing/
Dpool.py487 worker_handler, task_handler, result_handler, cache): argument
497 assert result_handler.is_alive() or len(cache) == 0
499 result_handler._state = TERMINATE
520 if threading.current_thread() is not result_handler:
521 result_handler.join(1e100)