.. include:: headings.inc .. currentmodule:: lib.delayedresult .. highlight:: python .. _lib.delayedresult.SenderCallAfter: ========================================================================================================================================== |phoenix_title| **SenderCallAfter** ========================================================================================================================================== This sender sends the delayed result produced in the worker thread to a callable in the main thread, via wx.CallAfter. | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for class **SenderCallAfter** .. raw:: html

Inheritance diagram of SenderCallAfter

| |super_classes| Known Superclasses ================================== :class:`lib.delayedresult.Sender` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~lib.delayedresult.SenderCallAfter.__init__` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: SenderCallAfter( Sender ) This sender sends the delayed result produced in the worker thread to a callable in the main thread, via wx.CallAfter. .. method:: __init__(self, listener, jobID=None, args=(), kwargs={})