IValueTaskSource<TResult>
Represents an object that can be wrapped by a ValueTask<T>.
Gets the result of the IValueTaskSource<T>.
Gets the status of the current operation.
void OnCompleted(Action<object> continuation, object state, short token, ValueTaskSourceOnCompletedFlags flags)
Schedules the continuation action for this IValueTaskSource<T>.