Issue #17805: Add AsyncResult alias for ApplyResult

This commit is contained in:
Richard Oudkerk 2013-05-06 12:10:04 +01:00
parent 9bc7b793ea
commit def51ca8ea

View file

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