Commit f3a0da24 authored by Richard Oudkerk's avatar Richard Oudkerk

Merge

parents 8575783a def51ca8
...@@ -597,6 +597,8 @@ class ApplyResult(object): ...@@ -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()`
# #
......
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