asyncio使用 asyncio 的线程安全性On this page使用 asyncio 的线程安全性使用 asyncio 进行开发需要特别注意线程安全,因为几乎所有的 asyncio 对象都不是线程安全的。如果你刚开始接触 asyncio,请查看 Python 的文档