Close the async connection.
(self)
| 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 |