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
TaskContinuation.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000244 RID: 580
6 internal abstract class TaskContinuation
7 {
8 // Token: 0x06001405 RID: 5125
9 internal abstract void Run(Task completedTask, bool bCanInlineContinuationTask);
10
11 // Token: 0x06001406 RID: 5126 RVA: 0x0002A0B8 File Offset: 0x000282B8
13 {
14 int num = 1;
15 int num2 = 65;
16 bool flag = task.AtomicStateUpdate(num, num2);
17 }
18
19 // Token: 0x06001407 RID: 5127 RVA: 0x0002A10C File Offset: 0x0002830C
20 protected TaskContinuation()
21 {
22 }
23 }
24}
class f__AnonymousType0<< Count > j__TPar
void Run(Task completedTask, bool bCanInlineContinuationTask)
static void InlineIfPossibleOrElseQueue(Task task, bool needsProtection)