News

The asyncio library included with Python gives you the tools to use async for processing disk ... for _ in range(5): await asyncio.sleep(1) print (".") print ("Finished waiting.") ...