|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| void | GetResult () |
| void | OnCompleted (Action continuation) |
| void | UnsafeOnCompleted (Action continuation) |
| void IStateMachineBoxAwareAwaiter. | AwaitUnsafeOnCompleted (IAsyncStateMachineBox box) |
| TResult | GetResult () |
| void | OnCompleted (Action continuation) |
| void | UnsafeOnCompleted (Action continuation) |
| void IStateMachineBoxAwareAwaiter. | AwaitUnsafeOnCompleted (IAsyncStateMachineBox box) |
Package Functions | |
| ValueTaskAwaiter (in ValueTask value) | |
| ValueTaskAwaiter (in ValueTask< TResult > value) | |
Static Package Attributes | |
| static readonly Action< object > | s_invokeActionDelegate |
Properties | |
| bool | IsCompleted [get] |
Private Attributes | |
| readonly ValueTask | _value |
| readonly ValueTask< TResult > | _value |
Definition at line 96 of file ValueTaskAwaiter.cs.