Commit def51ca8 authored by Richard Oudkerk's avatar Richard Oudkerk

Issue #17805: Add AsyncResult alias for ApplyResult

parent 9bc7b793
......@@ -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()`
#
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment