Module: QML::Dispatchable
- Included in:
- Access, QML::Data::ListModel, QtObjectBase
- Defined in:
- lib/qml/dispatchable.rb
Overview
Dispatchable provides a handy way for asynchronous (queued) method calls which actually processed later in the event loop.
Defined Under Namespace
Classes: Proxy
Instance Method Summary collapse
-
#later ⇒ Proxy
Returns a proxy object for calling a method asynchronously within the event loop.