Learn how to use asyncio in Python to optimize and enhance throughput of IO-bound calls. Explore patterns such as batching and the producer/consumer pattern.
Table of contents
Asyncio scaffoldingMemory Hungry Event LoopUnder the HoodBatchingProducer/Consumer PatternMultiple ConsumersSignaling with `None`Asyncio EventSummaryPostscript1 Comment
Sort: