ManualResetValueTaskSourceCore<TResult>
Provides the core logic for implementing a manual-reset IValueTaskSource or IValueTaskSource<T>.
Gets or sets whether to force continuations to run asynchronously.
Gets the operation version.
Gets the result of the operation.
Gets the status of the operation.
public void OnCompleted(Action<object> continuation, object state, short token, ValueTaskSourceOnCompletedFlags flags)
Schedules the continuation action for this operation.
Resets to prepare for the next operation.
Complets with an error.
Completes with a successful result.