TwistedDispatchPlugin
Plugin for Louie that wraps all receivers in callables that return Twisted Deferred objects.
The TwistedDispatchPlugin class is accessible via the louie.plugin 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
f is_live(self, receiver) ...
Return True if the receiver is still live.
Only called for receivers who have already been determined to be live by default Louie semantics.
See the source for more information.