[Twisted-Python] RE: waiting on transport return

Itamar Shtull-Trauring itamar at itamarst.org
Fri Dec 9 13:29:12 EST 2005


On Fri, 2005-12-09 at 11:02 -0700, jmbenski at micron.com wrote:

> After looking at the code a bit more and your change below, I'm
> surprised that my code works.  Why isn't the reactor kicking off my
> deferreds that are stored in the queue? 

Deferreds have nothing to do with the reactor. So, doing
aDeferred.callback(result) or .errback(error) are the only way it gets a
value.






More information about the Twisted-Python mailing list