Home
last modified time | relevance | path

Searched defs:work_id (Results 1 – 2 of 2) sorted by relevance

/external/python/futures/concurrent/futures/
Dprocess.py96 def __init__(self, work_id, exception=None, result=None): argument
102 def __init__(self, work_id, fn, args, kwargs): argument
/external/python/cpython3/Lib/concurrent/futures/
Dprocess.py145 def __init__(self, work_id, exception=None, result=None): argument
151 def __init__(self, work_id, fn, args, kwargs): argument
205 def _sendback_result(result_queue, work_id, result=None, exception=None): argument