Context Manager =============== :meth:`~aiorabbit.connect` is an asynchronous `context manager `_ that returns a connected instance of the :class:`aiorabbit.client.Client` class. When exiting the runtime context, the client connection is automatically closed. .. autofunction:: aiorabbit.connect