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

◆ AwaitOnCompleted< TAwaiter, TStateMachine >()

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

Definition at line 24 of file AsyncIteratorMethodBuilder.cs.

24 : INotifyCompletion where TStateMachine : IAsyncStateMachine
25 {
26 AsyncTaskMethodBuilder<VoidTaskResult>.AwaitOnCompleted(ref awaiter, ref stateMachine, ref m_task);
27 }

References System.Runtime.CompilerServices.AsyncIteratorMethodBuilder.m_task, and System.stateMachine.