Method ScheduleBackgroundTask
ScheduleBackgroundTask(Action)
Schedules a new task on a background thread. NOTE: In WebGL, multi-threading isn't supported, so this will be scheduled on main thread instead.
Declaration
public override void ScheduleBackgroundTask(Action task)
Parameters
Type | Name | Description |
---|---|---|
Action | task | The task that should be executed on a background thread. |