System.Threading.Tasks.Extensions 4.6.3
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 | Downloads |
---|---|
Docker.DotNet
Docker.DotNet is a library that allows you to interact with the Docker Remote API programmatically with fully asynchronous, non-blocking and object-oriented code in your .NET applications.
|
1 |
Microsoft.AspNetCore.Server.Kestrel.Core
Core components of ASP.NET Core Kestrel cross-platform web server.
|
1 |
Microsoft.Extensions.DependencyInjection.Abstractions
Abstractions for dependency injection.
Commonly Used Types:
Microsoft.Extensions.DependencyInjection.IServiceCollection
|
1 |
CsvHelper
A library for reading and writing CSV files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects.
|
1 |
Azure.Identity
This is the implementation of the Azure SDK Client Library for Azure Identity
|
1 |
Microsoft.NETCore.App
A set of .NET API's that are included in the default .NET Core application model.
dcedc87d22ffdc1b86b6a1217dec61c4802ab517
When using NuGet 3.x this package requires at least version 3.4.
|
1 |
LanguageExt.Core
This library uses and abuses the features of C# to provide a functional 'Base class library', that, if you squint, can look like extensions to the language itself.
|
1 |
BenchmarkDotNet
Powerful .NET library for benchmarking
|
1 |
Microsoft.Azure.Cosmos
This client library enables client applications to connect to Azure Cosmos via the SQL API. Azure Cosmos is a globally distributed, multi-model database service. For more information, refer to http://azure.microsoft.com/services/cosmos-db/.
|
1 |
Microsoft.Extensions.Configuration.Json
JSON configuration provider implementation for Microsoft.Extensions.Configuration.
|
1 |
Sentry
Official SDK for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.
|
1 |
CommunityToolkit.HighPerformance
This package includes high performance .NET helpers such as:
- Memory2D<T> and Span2D<T>: two types providing fast and allocation-free abstraction over 2D memory areas.
- ArrayPoolBufferWriter<T>: an IBufferWriter<T> implementation using pooled arrays, which also supports IMemoryOwner<T>.
- MemoryBufferWriter<T>: an IBufferWriter<T>: implementation that can wrap external Memory<T>: instances.
- MemoryOwner<T>: an IMemoryOwner<T> implementation with an embedded length and a fast Span<T> accessor.
- SpanOwner<T>: a stack-only type with the ability to rent a buffer of a specified length and getting a Span<T> from it.
- StringPool: a configurable pool for string instances that be used to minimize allocations when creating multiple strings from char buffers.
- String, array, Memory<T>, Span<T> extensions and more, all focused on high performance.
- HashCode<T>: a SIMD-enabled extension of HashCode to quickly process sequences of values.
- BitHelper: a class with helper methods to perform bit operations on numeric types.
- ParallelHelper: helpers to work with parallel code in a highly optimized manner.
- Box<T>: a type mapping boxed value types and exposing some utility and high performance methods.
- Ref<T>: a stack-only struct that can store a reference to a value of a specified type.
- NullableRef<T>: a stack-only struct similar to Ref<T>, which also supports nullable references.
|
1 |
Microsoft.Extensions.Logging.EventSource
EventSource/EventListener logger provider implementation for Microsoft.Extensions.Logging.
|
1 |
.NET Framework 4.6.2
- System.Runtime.CompilerServices.Unsafe (>= 6.1.2)
.NET Core 2.1
- No dependencies.
.NET Standard 2.0
- System.Runtime.CompilerServices.Unsafe (>= 6.1.2)
.NET Standard 2.1
- No dependencies.
Version | Downloads | Last updated |
---|---|---|
4.6.3 | 1 | 04/28/2025 |
4.6.2 | 0 | 03/19/2025 |
4.6.0 | 0 | 11/12/2024 |
4.5.4 | 0 | 03/24/2020 |
4.5.3 | 0 | 07/09/2019 |
4.5.2 | 0 | 01/08/2019 |
4.5.2-servicing-27114-05 | 0 | 11/28/2018 |
4.5.1 | 0 | 06/18/2018 |
4.5.0 | 0 | 05/29/2018 |
4.5.0-rc1 | 0 | 05/06/2018 |
4.5.0-preview2-26406-04 | 0 | 04/10/2018 |
4.5.0-preview1-26216-02 | 0 | 02/26/2018 |
4.4.0 | 0 | 08/11/2017 |
4.4.0-preview2-25405-01 | 0 | 06/27/2017 |
4.4.0-preview1-25305-02 | 0 | 05/09/2017 |
4.3.0 | 0 | 11/15/2016 |
4.3.0-preview1-24530-04 | 0 | 10/24/2016 |
4.0.0 | 0 | 06/27/2016 |
4.0.0-rc2-24027 | 0 | 05/16/2016 |