|
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
|
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) |
| static T | Invoke< 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< Shutdown > | b__11_0 () |
Private Attributes | |
| Thread | _staThread |
| bool | _shouldThreadContinue |
| BlockingCollection< Action > | _staTasks |
| object | _taskInvokeLock |
| object | _taskCompletionLock |
| bool | disposedValue |
Static Private Attributes | |
| static STATaskInvoker | Instance |
Definition at line 11 of file STATaskInvoker.cs.