Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 513 Bytes

async.rst

File metadata and controls

34 lines (24 loc) · 513 Bytes

Async API

.. toctree::

The async API is mostly identical to the sync API.

AsyncFutureResult

.. autoclass:: ahk._async.transport.AsyncFutureResult
   :members:
   :undoc-members:

AsyncWindow

.. autoclass:: ahk._async.window.AsyncWindow
   :members:
   :undoc-members:

AsyncControl

.. autoclass:: ahk._async.window.AsyncControl
   :members:
   :undoc-members:


AsyncAHK

.. autoclass:: ahk._async.engine.AsyncAHK
   :members:
   :undoc-members: