What is the function of the ‘await’ keywords when no asyncio.gather(), asyncio.create_task(), etc. is (visibly) used?
I am trying to create a RabbitMQ client based on aio-pika, as I need to handle messages asynchronously. This is the quick start code for asynchronous message handling: (see original code on the aio-pika site)