[Twisted-Python] Collecting all results from a DeferredList

Stefan Arentz stefan.arentz at gmail.com
Thu Oct 4 04:20:45 MDT 2007


I want to request many web pages through a DeferredList and then
combine the results in an array. I don't understand how to keep an
array as shared state between these requests and return it to the
original caller when the DeferredList has completed.

 S.




More information about the Twisted-Python mailing list