summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2020-01-19-04-12-34.bpo-39349.7CV-LC.rst
blob: cc52700f67031b082f0c1e8c06f511b6dbdf8aba (plain)
1
2
3
4
Added a new *cancel_futures* parameter to
:meth:`concurrent.futures.Executor.shutdown` that cancels all pending futures
which have not started running, instead of waiting for them to complete before
shutting down the executor.