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

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

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

Definition at line 309 of file PoolingAsyncValueTaskMethodBuilder.cs.

309 : INotifyCompletion where TStateMachine : IAsyncStateMachine
310 {
311 AwaitOnCompleted(ref awaiter, ref stateMachine, ref m_task);
312 }
PoolingAsyncValueTaskMethodBuilder< VoidTaskResult >.StateMachineBox m_task

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