terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
ReLogic.OS.Windows.STATaskInvoker Class Reference
+ Inheritance diagram for ReLogic.OS.Windows.STATaskInvoker:
+ Collaboration diagram for ReLogic.OS.Windows.STATaskInvoker:

Public Member Functions

void Dispose ()
 

Static Public Member Functions

static void Invoke (Action action)
 
staticInvoke< T > (Func< T > action)
 

Protected Member Functions

virtual void Dispose (bool disposing)
 

Private Member Functions

 STATaskInvoker ()
 
void InvokeAndWait (Action action)
 
void TaskThreadStart ()
 
void Shutdown ()
 
void< Shutdownb__11_0 ()
 

Private Attributes

Thread _staThread
 
bool _shouldThreadContinue
 
BlockingCollection< Action > _staTasks
 
object _taskInvokeLock
 
object _taskCompletionLock
 
bool disposedValue
 

Static Private Attributes

static STATaskInvoker Instance
 

Detailed Description

Definition at line 11 of file STATaskInvoker.cs.


The documentation for this class was generated from the following file: