bpo-29679: Implement @contextlib.asynccontextmanager (#360)

This commit is contained in:
Jelle Zijlstra 2017-04-30 18:25:58 -07:00 committed by Yury Selivanov
parent 9dc2b3809f
commit 2e624690bd
5 changed files with 343 additions and 6 deletions

View file

@ -2575,6 +2575,8 @@ An example of an asynchronous iterable object::
result in a :exc:`RuntimeError`.
.. _async-context-managers:
Asynchronous Context Managers
-----------------------------