Provides types including ValueTask
and ValueTask<T>
that enable writing memory-efficient asynchronous code.
Documentation can be found at https://learn.microsoft.com/dotnet/api/system.threading.tasks
- We consider new features, new APIs and performance changes
- We consider PRs that target this library for new source code analyzers
- The source of this project can found in ../System.Private.CoreLib/src/System/Threading/Tasks
System.Threading.Tasks.Extensions is included in the shared framework. The package does not need to be installed into any project compatible with .NET Standard 2.1; it only needs to be installed when targeting .NET Standard 2.0 or .NET Framework.