IFrameworkTiming.Post method
Queues action to run once on the next Update tick of this plugin. Thread-safe: the marshal is the supported way to hop work collected on a background thread (chat/network callbacks) onto the Unity main thread before it touches the game.
public void Post(Action action)| parameter | description |
|---|---|
| action | Work to run on the next tick; exceptions are swallowed. |
See Also
Section titled “See Also”- interface IFrameworkTiming
- namespace Stellar.Abstractions.Services