ValueTask
Provides an awaitable result of an asynchronous operation.
Gets whether the ValueTask represents a canceled operation.
Gets whether the ValueTask represents a completed operation.
Gets whether the ValueTask represents a successfully completed operation.
Gets whether the ValueTask represents a failed operation.
Initialize the ValueTask with a IValueTaskSource object that represents the operation.
Returns a value indicating whether two ValueTask values are equal.
Returns a value indicating whether two ValueTask values are not equal.
Gets a Task object to represent this ValueTask.
Configures an awaiter for this ValueTask.
Returns a value indicating whether this value is equal to a specified ValueTask value.
Gets an awaiter for this ValueTask.
Gets a ValueTask that may be used at any point in the future.