News

The asyncio library included with Python gives you the tools to use async for processing disk or network I/O without making everything else wait ... use the asyncio.run function: import asyncio ...