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

◆ Shutdown()

void CacheFileManager.Shutdown ( )
inline

Implements FileAPI.

Definition at line 21 of file CacheFileManager.cs.

22 {
24 if (uploadThread != null && uploadThread.IsAlive)
25 {
27 if (uploadThread == null)
28 {
29 }
31 }
33 if (syncThread != null && syncThread.IsAlive)
34 {
36 if (syncThread == null)
37 {
38 }
40 }
41 }
class f__AnonymousType0<< Count > j__TPar
ManagedThread SyncThread
ManagedThread UploadThread
static void TerminateThread(ManagedThread thread)

References ManagedThread.IsAlive, j__TPar, SyncThread, ThreadManager.TerminateThread(), and UploadThread.

Referenced by FileManager.Shutdown().