Commit a9b90a7f authored by Richard Oudkerk's avatar Richard Oudkerk

Issue #17805: Add AsyncResult alias for ApplyResult

parent b1d6f858
......@@ -565,6 +565,8 @@ class ApplyResult(object):
self._cond.release()
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