Home
last modified time | relevance | path

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

/third_party/python/Lib/concurrent/futures/
Dthread.py46 class _WorkItem(object): class
173 w = _WorkItem(f, fn, args, kwargs)
Dprocess.py137 class _WorkItem(object): class
697 w = _WorkItem(f, fn, args, kwargs)
/third_party/python/Lib/test/
Dtest_genericalias.py11 from concurrent.futures.thread import _WorkItem
83 Future, _WorkItem,