We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
776bac8
Using asyncio.sleep(0) results in 100% processor usage, so go for a small but non-zero value instead.
asyncio.sleep(0)