[Twisted-Python] Deferreds and progress

Tobias Oberstein tobias.oberstein at tavendo.de
Thu Jul 26 13:51:35 EDT 2012


With Twisted, a Deferred can have it's callback only triggered once.

With Deferreds in popular JavaScript libraries (when.js, jQuery Deferred, upcoming JS PromiseA proposal),
there is a "progress()" callback for receiving results incrementally (or merely reporting on progress
until the final result arrives). Progress can be triggered more than once.

Is there anything comparable in Twisted?

Cheers,
Tobias

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://twistedmatrix.com/pipermail/twisted-python/attachments/20120726/723222f6/attachment.htm 


More information about the Twisted-Python mailing list