Description

Schedules a parameterless action for asynchronous one-time execution on ThreadHarmonizer’s shared worker pool. Use only data that is independent from Unity APIs inside the worker action.

Shared worker pool

The static manager handles scheduling without MonoBehaviourMultithreaded inheritance.

Return through the queue

Use EnqueueOnMainThread when the result must update a Unity object.

Parameters

Code Example