22 Apr
2010
22 Apr
'10
3:04 p.m.
On Thu, Apr 22, 2010 at 11:00 AM, Phil Mayers <p.mayers@imperial.ac.uk>wrote:
I would recommend just trying to use the API in the Twisted "way". You can use the aforementioned @inlineCallbacks decorator & generator syntax if you prefer writing your code that way, as opposed to traditional deferred callback chaining.
This seems wise :) Thanks for all the help!