summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2019-09-11-21-38-41.bpo-34037.LIAS_3.rst
blob: 75345160a2fa31ee5c445ec3a37efdbde1ef34e6 (plain)
1
2
3
4
For :mod:`asyncio`, add a new coroutine :meth:`loop.shutdown_default_executor`.
The new coroutine provides an API to schedule an executor shutdown that waits
on the threadpool to finish closing. Also, :func:`asyncio.run` has been updated
to utilize the new coroutine. Patch by Kyle Stanley.