
Sept. 25, 2008
4:52 a.m.
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