Home
last modified time | relevance | path

Searched refs:ApplyResult (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/multiprocessing/
Dpool.py456 result = ApplyResult(self, callback, error_callback)
742 class ApplyResult(object): class
785 AsyncResult = ApplyResult # create alias -- see #17805
791 class MapResult(ApplyResult):
794 ApplyResult.__init__(self, pool, callback,
/third_party/python/Lib/test/
Dtest_genericalias.py27 from multiprocessing.pool import ApplyResult
80 ValueProxy, ApplyResult,