Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
void | Start< TStateMachine > (ref TStateMachine stateMachine) |
void | SetStateMachine (IAsyncStateMachine stateMachine) |
void | AwaitOnCompleted< TAwaiter, TStateMachine > (ref TAwaiter awaiter, ref TStateMachine stateMachine) |
void | AwaitUnsafeOnCompleted< TAwaiter, TStateMachine > (ref TAwaiter awaiter, ref TStateMachine stateMachine) |
void | SetResult () |
void | SetException (Exception exception) |
Static Public Member Functions | |
static AsyncVoidMethodBuilder | Create () |
Properties | |
Task | Task [get] |
object | ObjectIdForDebugger [get] |
Private Member Functions | |
void | NotifySynchronizationContextOfCompletion () |
Private Attributes | |
SynchronizationContext | _synchronizationContext |
AsyncTaskMethodBuilder | _builder |
Definition at line 7 of file AsyncVoidMethodBuilder.cs.