System.Threading.Tasks.Sources Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides types for creating ValueTask and ValueTask<TResult> optimized to minimize allocations. The IValueTaskSource and IValueTaskSource<TResult> interfaces can be implemented on objects used to provide the backing implementations for ValueTask and ValueTask<TResult>, and ManualResetValueTaskSourceCore<TResult> can be used to implement the core logic necessary to support the task lifecycle. These are advanced types and need only be used in specialized situations where performance is paramount.
Manual |
Provides the core logic for implementing a manual-reset IValueTaskSource or IValueTaskSource<TResult>. |
IValue |
Represents an object that can be wrapped by a ValueTask. |
IValue |
Represents an object that can be wrapped by a ValueTask<TResult>. |
Value |
Provides flags passed from ValueTask and ValueTask<TResult> to the |
Value |
Indicates the status of an IValueTaskSource or IValueTaskSource<TResult>. |
.NET-feedback
.NET is een open source project. Selecteer een koppeling om feedback te geven: