18.5.8. Queues
Queues:
#Queue
#PriorityQueue
#LifoQueue
#asyncio queue #API was designed to be close to classes of the queue module (Queue, PriorityQueue, LifoQueue), but it has no timeout parameter. The asyncio.wait_for() function can be used to cancel a task after a timeout.
https://docs.python.org/3/library/asyncio-queue.html