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

◆ WakeupScheduler()

void System.Threading.Timer.Scheduler.WakeupScheduler ( )
inlineprivate

Definition at line 175 of file Timer.cs.

176 {
177 bool flag = this.changed.Set();
178 }
ManualResetEvent changed
Definition Timer.cs:319

References System.Threading.Timer.Scheduler.changed, and System.Threading.EventWaitHandle.Set().