On Thu, Mar 06, 2008 at 10:28:26AM -0500, Jean-Paul Calderone wrote: > This... I don't understand. A callback is just an object which is callable, > often with some arguments. I would generally use the word "callback" to > describe what `someMoreRequestDataReceived´ is. Why do you think it doesn't > qualify, and what do you mean when you say "callback"?
Sorry about the confusion (callback as noun vs. callback as verb). When I said callback, I meant the verb: some_deferred.callback(some_value) I want to go through the normal callback/errback mechanism rather than creating a brand new system to do the same thing. Ideally we'd be able to callback a single deferred multiple times (maybe it would be a "MultiDeferred" rather than "Deferred"). This way you wouldn't have to call addCallback over and over. Does that make my point more clear? Thanks. -- Andrew McNabb http://www.mcnabbs.org/andrew/ PGP Fingerprint: 8A17 B57C 6879 1863 DE55 8012 AB4D 6098 8826 6868
pgpgEKTC8iOHE.pgp
Description: PGP signature
_______________________________________________ Twisted-web mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web
