Andrew Breza

69%
Flag icon
Never use time.sleep(…) in asyncio coroutines unless you want to pause your whole program. If a coroutine needs to spend some time doing nothing, it should await asyncio.sleep(DELAY).
Fluent Python: Clear, Concise, and Effective Programming
Rate this book
Clear rating
Open Preview