Class SyncContextUtility
Utility class to assist in thread and context synchronization.
Inheritance
object
SyncContextUtility
Namespace: i5.Toolkit.Core.Utilities.Async
Assembly: cs.temp.dll.dll
Syntax
public static class SyncContextUtility
Properties
IsMainThread
Is this being called from the main thread?
Declaration
public static bool IsMainThread { get; }
Property Value
Type | Description |
---|---|
bool |
UnitySynchronizationContext
This Unity Player's Synchronization Context.
Declaration
public static SynchronizationContext UnitySynchronizationContext { get; }
Property Value
Type | Description |
---|---|
Synchronization |
UnityThreadId
This Unity Player's Thread Id.
Declaration
public static int UnityThreadId { get; }
Property Value
Type | Description |
---|---|
int |