[Twisted-Python] concurrency via reactor

Vadim Zaliva krokodil at gmail.com
Wed Sep 24 17:22:43 MDT 2008


On Sep 24, 2008, at 12:19, Jean-Paul Calderone wrote:

> You might want twisted.internet.defer.gatherResults().  It accepts a
> list of Deferreds and returns a Deferred that fires when they all  
> fire.


Pardon my naive questions, but how I can easily call gatherResults() to
wait for all deferred to fire and to return list of results in form of  
list
of (success,result) tuples?

Vadim




More information about the Twisted-Python mailing list