static void | CallOnMainThread ( Action callback ) Safely calls an action on the main thread using a scheduler. |
static void Meta.WitAi.ThreadUtility.CallOnMainThread ( Action callback ) |
---|
Safely calls an action on the main thread using a scheduler. Parameters callback The action to be performed on the main thread |