I am trying to adapt some tornado code to work with twisted ones.
Tornado IOLoop has a function ( add_callback) that essentially calls the function in the next iteration of the loop. As far as I can tell, twisted has no direct translation. Is there any way to simulate this in a twisted?
source
share