schedule()
Schedules a task on the global queue.
schedule(f: () => void, delay?: number): this;
Parameters
- f — A function to execute
- delay — Optional delay in milliseconds before adding to queue
Related
class AppContext
A singleton class that represents the global application state.
