asyncio.sleep()\'s blocking cousin, time.sleep(), cannot guarantee that it will sleep for the requested amount of time.
asyncio.sleep()
The actual suspensio