method schedule-on
1 | class Supply |
1.1 | (Supply) method schedule-on |
Documentation for method schedule-on
assembled from the following types:
class Supply
From Supply
(Supply) method schedule-on
method schedule-on(Supply: Scheduler )
Runs the emit, done and quit callbacks on the specified scheduler.
This is useful for GUI toolkits that require certain actions to be run from the GUI thread.