terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ LoaderThreadStart()

void ReLogic.Threading.AsyncActionDispatcher.LoaderThreadStart ( )
inlineprivate

Definition at line 73 of file AsyncActionDispatcher.cs.

74 {
75 if (this._isRunning)
76 {
79 Action action = actionQueue.Take(token);
80 IntPtr method = action.method;
81 IntPtr invoke_impl = action.invoke_impl;
82 IntPtr method_code = action.method_code;
83 return;
84 }
85 }
class f__AnonymousType0<< Count > j__TPar
readonly CancellationTokenSource _threadCancellation
readonly BlockingCollection< Action > _actionQueue

References ReLogic.Threading.AsyncActionDispatcher._actionQueue, ReLogic.Threading.AsyncActionDispatcher._isRunning, ReLogic.Threading.AsyncActionDispatcher._threadCancellation, System.action, j__TPar, and System.Threading.CancellationTokenSource.Token.