Back to Aiohttp

11681.Feature

CHANGES/11681.feature.rst

4.0.0a1329 B
Original Source

Started accepting :term:asynchronous context managers <asynchronous context manager> for cleanup contexts. Legacy single-yield :term:asynchronous generator cleanup contexts continue to be supported; async context managers are adapted internally so they are entered at startup and exited during cleanup.

-- by :user:MannXo.