草庐IT

coiterate

全部标签

python - Twisted (Python) - cooperate 和 coiterate 有什么区别?

这里的文档http://twistedmatrix.com/documents/current/api/twisted.internet.task.html#cooperate建议区别在于合作返回CooperativeTask而coiterate返回延迟(由我自己的测试证明,未在文档中指定)。我花了整个周末学习Twisted的基础知识,所以我了解什么是Deferred,并且我一直是一个好child,可以将我的阻塞代码发送到线程/进程。我知道coiterate的运行速度与Twisted允许的一样快,而LoopingCall会尝试在选定的时间间隔内触发。我的直觉是cooperate()任务