mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Merge
This commit is contained in:
commit
f3a0da24f3
1 changed files with 2 additions and 0 deletions
|
@ -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()`
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue