|
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 | |
| ConfiguredValueTaskAwaiter (in ValueTask value) | |
| ConfiguredValueTaskAwaiter (in ValueTask< TResult > value) | |
Properties | |
| bool | IsCompleted [get] |
Private Attributes | |
| readonly ValueTask | _value |
| readonly ValueTask< TResult > | _value |
Definition at line 108 of file ConfiguredValueTaskAwaitable.cs.