Home
last modified time | relevance | path

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

/third_party/python/Lib/concurrent/futures/
H A Dthread.py46 class _WorkItem(object): class
173 w = _WorkItem(f, fn, args, kwargs)
H A Dprocess.py28 - creates a uniquely numbered _WorkItem and adds it to the "Work Items" dict
29 - adds the id of the _WorkItem to the "Work Ids" queue
139 class _WorkItem(object): class
328 # {5: <_WorkItem...>, 6: <_WorkItem...>, ...}
778 w = _WorkItem(f, fn, args, kwargs)
/third_party/python/Lib/test/
H A Dtest_genericalias.py11 from concurrent.futures.thread import _WorkItem namespace
124 Future, _WorkItem,

Completed in 3 milliseconds