class MainThread
Utility functions that revolve around the main thread
public static void Queue( Action method )
When running in another thread you can queue a method to run in the main thread. If you are on the main thread we will execute the method immediately and return.
public static SyncTask Wait( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.