Home
last modified time | relevance | path

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

/third_party/python/Lib/multiprocessing/
H A Dpool.py459 result = ApplyResult(self, callback, error_callback)
745 class ApplyResult(object): class
788 AsyncResult = ApplyResult # create alias -- see #17805
794 class MapResult(ApplyResult):
797 ApplyResult.__init__(self, pool, callback,
/third_party/python/Lib/test/
H A Dtest_genericalias.py30 from multiprocessing.pool import ApplyResult namespace
35 ApplyResult = None variable
129 generic_types.extend((ValueProxy, ApplyResult, MPSimpleQueue))

Completed in 2 milliseconds