I\'ve read a lot of different articles that explain the async in Python. But they all give an example with asyncio.sleep(x), like this one:
async
asyncio.sleep(x)