GitHub: https://github.com/dabeaz/curio
开发文档(推荐): http://curio.readthedocs.io/en/latest/devel.html
对比 asyncio: https://vorpus.org/blog/some-thoughts-on-asynchronous-api-design-in-a-post-asyncawait-world/
初步看了一下源码,在架构设计上完胜 asyncio,也有很多关于实现细节的注解,对理解异步 IO 大有帮助。
开发文档(推荐): http://curio.readthedocs.io/en/latest/devel.html
对比 asyncio: https://vorpus.org/blog/some-thoughts-on-asynchronous-api-design-in-a-post-asyncawait-world/
初步看了一下源码,在架构设计上完胜 asyncio,也有很多关于实现细节的注解,对理解异步 IO 大有帮助。