Re: [Twisted-Python] the sequence of executing defers' callbacks

May 23, 2008
2:12 a.m.
"Xian" == Xian Chen <hoganxian@gmail.com> writes:
Xian> However, if I want to trigger callback1 when MSG1 is ready, callback2 Xian> when MSG2 is ready, and so on, how can I do that? Xian> Of course, the MSGs are coming at random sequence. Hi Xian Do you have multiple functions that are returning these MSGx results? If so, it sounds like you might be looking for DeferredList. See the docs at http://twistedmatrix.com/projects/core/documentation/howto/defer.html Terry
6139
Age (days ago)
6139
Last active (days ago)
0 comments
1 participants
participants (1)
-
Terry Jones