cpython/Lib/concurrent
Miss Islington (bot) b73c21c0be
bpo-33110: Catch errors raised when running add_done_callback on already completed futures (GH-13141)
Wrap the callback call within the `add_done_callback` function within concurrent.futures, in order to behave in an identical manner to callbacks added to a running future are triggered once it has completed.
(cherry picked from commit 2a3a2ece50)

Co-authored-by: Sam Martin <ABitMoreDepth@users.noreply.github.com>
2019-05-22 15:02:24 -07:00
..
futures bpo-33110: Catch errors raised when running add_done_callback on already completed futures (GH-13141) 2019-05-22 15:02:24 -07:00
__init__.py Initial implementation of PEP 3148 2010-09-18 22:35:02 +00:00