Home
last modified time | relevance | path

Searched refs:_CallItem (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/concurrent/futures/
H A Dprocess.py35 _CallItem and put in the "Call Q". New _CallItems are put in the "Call Q"
153 class _CallItem(object): class
171 if isinstance(obj, _CallItem):
392 self.call_queue.put(_CallItem(work_id,

Completed in 2 milliseconds