Functions
The following functions are available globally.
-
Enqueues a work item on the main runloop in default mode.
This method can be used when you highly cares about UI performance and want to execute operation without affecting your interface update.
Attention
Unlike asyncOnMain the execution of work item will be delayed for execution whenever user interaction occurs.
-
Enqueues a work item on the main runloop to be executed as the runloop cycles in specified modes.
-
Submits a work item to a main queue if needed.
-
Submits a work item to a main queue.
-
Submits a work item to a main queue with the time at which to schedule the block for execution.
-
View on GitHub
Install in Dash
Functions Reference