TwistedDispatchPlugin
Plugin for Louie that wraps all receivers in callables that return Twisted Deferred objects.
The TwistedDispatchPlugin class is accessible via the louie module.
When the wrapped receiver is called, it adds a call to the actual receiver to the reactor event loop, and returns a Deferred that is called back with the result.
Methods
See the source for more information.