[Twisted-Python] questions about twisted usage

Itamar Turner-Trauring itamar at itamarst.org
Thu Mar 22 06:17:50 MDT 2012


On 03/22/2012 08:05 AM, Uri Okrent wrote:
> This implies that twisted can (and will) switch contexts from one
> deferred to another even in the middle of execution of the first
> deferred, correct?

No. Deferreds are just slightly nicer callbacks. They have nothing to do 
with the event loop, or scheduling, or context switching.




More information about the Twisted-Python mailing list