System.Threading.Tasks.Extensions 4.6.2
About
Provides additional types for efficiently representing asynchronous operations.
Main Types
The main types provided by this library are:
- System.Threading.Tasks.ValueTask
- System.Threading.Tasks.ValueTask<TResult>
Additional Documentation
- API reference can be found in: https://learn.microsoft.com/en-us/dotnet/api/system.threading.tasks
- https://devblogs.microsoft.com/dotnet/understanding-the-whys-whats-and-whens-of-valuetask/
Related Packages
All of the types provided in this library are part of the .NET Core shared framework.
License
System.Threading.Tasks.Extensions is released as open source under the MIT license.
Showing the top 20 packages that depend on System.Threading.Tasks.Extensions.
Packages |
---|
AsyncKeyedLock
An asynchronous .NET Standard 2.0 library that allows you to lock based on a key (keyed semaphores), limiting concurrent threads sharing the same key to a specified number, with optional pooling for reducing memory allocations.
|
AsyncKeyedLock
An asynchronous .NET Standard 2.0 library that allows you to lock based on a key (keyed semaphores), limiting concurrent threads sharing the same key to a specified number.
|
.NET Framework 4.6.2
- System.Runtime.CompilerServices.Unsafe (>= 6.1.1)
.NET Core 2.1
- No dependencies.
.NET Standard 2.0
- System.Runtime.CompilerServices.Unsafe (>= 6.1.1)
.NET Standard 2.1
- No dependencies.
Version | Last updated |
---|---|
4.6.3 | 04/18/2025 |
4.6.2 | 04/18/2025 |
4.6.0 | 04/01/2025 |
4.5.4 | 03/12/2025 |
4.5.3 | 03/20/2025 |
4.5.2 | 04/05/2025 |
4.5.2-servicing-27114-05 | 04/19/2025 |
4.5.1 | 04/18/2025 |
4.5.0 | 03/26/2025 |
4.5.0-rc1 | 04/18/2025 |
4.5.0-preview2-26406-04 | 03/18/2025 |
4.5.0-preview1-26216-02 | 04/08/2025 |
4.4.0 | 03/22/2025 |
4.4.0-preview2-25405-01 | 04/02/2025 |
4.4.0-preview1-25305-02 | 03/19/2025 |
4.3.0 | 03/12/2025 |
4.3.0-preview1-24530-04 | 04/19/2025 |
4.0.0 | 04/18/2025 |
4.0.0-rc2-24027 | 03/13/2025 |