[This is preliminary documentation and is subject to change.]
Overload List
| Name | Description |
|---|---|
| NewTask(SchedulerCallback) | Creates a new SchedulerTask object to run in the main thread.
Use this if your task is time-sensitive or frequent, and your callback won't take too long to execute. |
| NewTask(SchedulerCallback, Object) | Creates a new SchedulerTask object to run in the main thread.
Use this if your task is time-sensitive or frequent, and your callback won't take too long to execute. |