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

◆ SpinUntilCompleted()

void System.Threading.Tasks.TaskCompletionSource< TResult >.SpinUntilCompleted ( )
inlineprivate

Definition at line 42 of file TaskCompletionSource.cs.

43 {
44 bool isCompleted = this._task.IsCompleted;
45 Task task = this._task;
46 }

References System.Threading.Tasks.TaskCompletionSource< TResult >._task, and System.task.