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

◆ AwaitUnsafeOnCompleted< TAwaiter, TStateMachine >()

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

Definition at line 29 of file AsyncIteratorMethodBuilder.cs.

29 : ICriticalNotifyCompletion where TStateMachine : IAsyncStateMachine
30 {
31 AsyncTaskMethodBuilder<VoidTaskResult>.AwaitUnsafeOnCompleted(ref awaiter, ref stateMachine, ref m_task);
32 }

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