This commit is contained in:
Richard Oudkerk 2013-05-06 12:13:50 +01:00
commit f3a0da24f3

View file

@ -597,6 +597,8 @@ class ApplyResult(object):
self._event.set() self._event.set()
del self._cache[self._job] del self._cache[self._job]
AsyncResult = ApplyResult # create alias -- see #17805
# #
# Class whose instances are returned by `Pool.map_async()` # Class whose instances are returned by `Pool.map_async()`
# #