在异步程序中,如果使用了 await asyncio.sleep(n) 有没有什么不良影响?
异步程序中是可以的,单独的进程中最好不要用sleep,可以参考书这个帖子https://www.shinnytech.com/question/7973/answer/7975/