Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ AwaitOnCompleted< TAwaiter, TStateMachine >() [2/2]

void System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder< TResult >.AwaitOnCompleted< TAwaiter, TStateMachine > ( ref TAwaiter awaiter,
ref TStateMachine stateMachine )
inline
Type Constraints
TAwaiter :INotifyCompletion 
TStateMachine :IAsyncStateMachine 

Definition at line 130 of file AsyncValueTaskMethodBuilder.cs.

130 : INotifyCompletion where TStateMachine : IAsyncStateMachine
131 {
132 AsyncTaskMethodBuilder<TResult>.AwaitOnCompleted(ref awaiter, ref stateMachine, ref m_task);
133 }

References System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder< TResult >.m_task, and System.stateMachine.