Searched defs:work_id (Results 1 – 2 of 2) sorted by relevance
| /external/python/futures/concurrent/futures/ |
| D | process.py | 96 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/ |
| D | process.py | 145 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
|