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

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

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

Definition at line 327 of file PoolingAsyncValueTaskMethodBuilder.cs.

327 : ICriticalNotifyCompletion where TStateMachine : IAsyncStateMachine
328 {
329 AwaitUnsafeOnCompleted(ref awaiter, ref stateMachine, ref m_task);
330 }
PoolingAsyncValueTaskMethodBuilder< VoidTaskResult >.StateMachineBox m_task

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