Skip to content
Version 2.11.0
↓ Get the launcher

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.