Overload List
Name | Description | |
---|---|---|
Invoke(Action) |
Enqueue an action from a non-API thread that will be invoked on the API thread in Advance.
Will not return until invocation is complete.
| |
InvokeT(FuncT) |
Enqueue a func from a non-API thread that will be invoked on the API thread in Advance.
Will not return until invocation is complete.
|
See Also