Files
Mastering-Python-2e-code_2/CH_13_async_io
2022-05-05 18:25:55 +02:00
..

Chapter 7, Async IO
##############################################################################

| Multithreading without Threads demonstrates the usage of asynchronous functions using async def and await so external resources no longer stall your Python processes.