mirror of
https://github.com/python/cpython.git
synced 2025-11-17 01:25:57 +00:00
gh-96471: Add asyncio queue shutdown (#104228)
Co-authored-by: Duprat <yduprat@gmail.com>
This commit is contained in:
parent
1d3225ae05
commit
df4d84c3cd
5 changed files with 301 additions and 3 deletions
|
|
@ -0,0 +1,2 @@
|
|||
Add :py:class:`asyncio.Queue` termination with
|
||||
:py:meth:`~asyncio.Queue.shutdown` method.
|
||||
Loading…
Add table
Add a link
Reference in a new issue