IValueTaskSource
Represents an object that can be wrapped by a ValueTask.
Gets the result of the IValueTaskSource.
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.