Part of vmc.contrib.louie View In Hierarchy
Plugin for Louie that wraps all receivers in callables that return Twisted Deferred objects.
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.Method | __init__ | Undocumented |
Method | wrap_receiver | Return a callable that passes arguments to the receiver. |
Inherited from Plugin:
Method | is_live | Return True if the receiver is still live. |