twisted deferred/callbacks and asynchronous execution
- by NetSkay
hey guys, quick question about twisted and python...
im trying to figure out how can i make my code more asynchronous using twisted and ive come to sort of a dead end, if a function of mine returns a deferred object, then i add a list of callbacks, the first callback will be called after the deferred function provides some result through…