aio-pika
aio-pika copied to clipboard
Remove loop from examples
Application developers should typically use the high-level asyncio functions, such as asyncio.run()
, and should rarely need to reference the loop
object or call its methods