MCPcopy
hub / github.com/benoitc/gunicorn / close_async

Method close_async

gunicorn/dirty/client.py:318–320  ·  view source on GitHub ↗

Close the async connection.

(self)

Source from the content-addressed store, hash-verified

316 self._reader = None
317
318 async def close_async(self):
319 """Close the async connection."""
320 await self._close_async()
321
322 # -------------------------------------------------------------------------
323 # Context managers

Callers 3

__aexit__Method · 0.95
close_dirty_client_asyncFunction · 0.80

Calls 1

_close_asyncMethod · 0.95

Tested by 1