mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-29679: Implement @contextlib.asynccontextmanager (#360)
This commit is contained in:
parent
9dc2b3809f
commit
2e624690bd
5 changed files with 343 additions and 6 deletions
|
@ -2575,6 +2575,8 @@ An example of an asynchronous iterable object::
|
|||
result in a :exc:`RuntimeError`.
|
||||
|
||||
|
||||
.. _async-context-managers:
|
||||
|
||||
Asynchronous Context Managers
|
||||
-----------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue