.. include:: headings.inc .. currentmodule:: lib.delayedresult .. highlight:: python .. _lib.delayedresult.AbortEvent: ========================================================================================================================================== |phoenix_title| **AbortEvent** ========================================================================================================================================== Convenience class that represents a kind of threading.Event that raises AbortedException when called (see the __call__ method, everything else is just to make it look like threading.Event). | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for class **AbortEvent** .. raw:: html

Inheritance diagram of AbortEvent

| |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~lib.delayedresult.AbortEvent.__init__` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: AbortEvent Convenience class that represents a kind of threading.Event that raises AbortedException when called (see the __call__ method, everything else is just to make it look like threading.Event). .. method:: __init__(self)