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
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python