Part of elisa.core.utils.cancellable_queue View In Hierarchy
CancellableQueue
to queue the function calls.Instance Variables | call | function call encapsulated (type: callable ) |
args | positional arguments to be passed to the function (type: tuple of objects ) | |
kwargs | keyword arguments to be passed to the function (type: dict of the form {str: object} ) | |
dfr | deferred used as an interface with the request: fired when the request has
been processed
(type: elisa.core.utils.cancellable_defer.CancellableDeferred
) | |
call_dfr | deferred returned by the function call
(type: elisa.core.utils.cancellable_defer.CancellableDeferred
) |
Line # | Kind | Name | Docs |
---|---|---|---|
43 | Method | __init__ | |
66 | Method | __str__ | Undocumented |
61 | Method | _cancel | Undocumented |