Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
python 3.4 将支持哪些异步机制?它会像节点的事件循环还是其他什么?它是否需要编写不同的库(异步库)来支持它?
Python 3.4 试图将事件循环的标准参考实现引入标准库。
我相信 Guido 已经开发了这个,它被称为 Tulip。
看:
视频 PyCon 谈话: