System.Threading.Tasks
4.3.0
Provides types that simplify the work of writing concurrent and asynchronous code.
Commonly Used Types:
System.Threading.Tasks.Task<TResult>
System.Runtime.CompilerServices.TaskAwaiter<TResult>
System.Threading.Tasks.TaskCompletionSource<TResult>
System.Threading.Tasks.Task
System.OperationCanceledException
System.AggregateException
When using NuGet 3.x this package requires at least version 3.4.
Requires NuGet 2.12 or higher.
Install-Package System.Threading.Tasks -Version 4.3.0
dotnet add package System.Threading.Tasks --version 4.3.0
<PackageReference Include="System.Threading.Tasks" Version="4.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add System.Threading.Tasks --version 4.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
https://go.microsoft.com/fwlink/?LinkID=799421
Dependencies
-
.NETCore 5.0
- Microsoft.NETCore.Platforms (>= 1.1.0)
- Microsoft.NETCore.Targets (>= 1.1.0)
- System.Runtime (>= 4.3.0)
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 1.0
- Microsoft.NETCore.Platforms (>= 1.1.0)
- Microsoft.NETCore.Targets (>= 1.1.0)
- System.Runtime (>= 4.3.0)
-
.NETStandard 1.3
- Microsoft.NETCore.Platforms (>= 1.1.0)
- Microsoft.NETCore.Targets (>= 1.1.0)
- System.Runtime (>= 4.3.0)
-
MonoAndroid 1.0
- No dependencies.
-
MonoTouch 1.0
- No dependencies.
-
Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)
- No dependencies.
-
Windows 8.0
- No dependencies.
-
WindowsPhone 8.0
- No dependencies.
-
WindowsPhoneApp 8.1
- No dependencies.
-
Xamarin.iOS 1.0
- No dependencies.
-
Xamarin.Mac 2.0
- No dependencies.
-
Xamarin.TVOS 1.0
- No dependencies.
-
Xamarin.WatchOS 1.0
- No dependencies.
GitHub Usage
Showing the top 10 GitHub repositories that depend on System.Threading.Tasks:
| Repository | Stars | |
|---|---|---|
|
dotnet/coreclr
CoreCLR is the runtime for .NET Core. It includes the garbage collector, JIT compiler, primitive data types and low-level classes.
|
||
|
dotnet-architecture/eShopOnContainers
Easy to get started sample reference microservice and container based application. Cross-platform on Linux and Windows Docker Containers, powered by .NET Core 2.2, Docker engine and optionally Azure, Kubernetes or Service Fabric. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor.
|
||
|
dotnet/orleans
Orleans is a cross-platform framework for building distributed applications with .NET
|
||
|
JeffreySu/WeiXinMPSDK
微信公众平台SDK Senparc.Weixin for C#,支持.NET Framework及.NET Core。已支持微信公众号、小程序、小游戏、企业号、企业微信、开放平台、微信支付、JSSDK、微信周边等全平台。 WeChat SDK for C#.
|
||
|
microsoft/ailab
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
|
||
|
dotnet/reactive
The Reactive Extensions for .NET
|
||
|
xamarin/Xamarin.Forms
Xamarin.Forms Official Home
|
||
|
neuecc/UniRx
Reactive Extensions for Unity
|
||
|
accord-net/framework
Machine learning, computer vision, statistics and general scientific computing for .NET
|
||
|
PKISharp/win-acme
A simple ACME client for Windows (for use with Let's Encrypt et al.)
|
Version History
| Version | Downloads | Last updated | ||
|---|---|---|---|---|
| 4.3.0 | 28,962,139 | 11/15/2016 | ||
| 4.3.0-preview1-24530-04 | 305,920 | 10/24/2016 | ||
| 4.0.11 | 30,905,117 | 6/27/2016 | ||
| 4.0.11-rc2-24027 | 7,288,640 | 5/16/2016 | ||
| 4.0.11-beta-23516 | 451,069 | 11/18/2015 | ||
| 4.0.11-beta-23409 | 391,665 | 10/15/2015 | ||
| 4.0.11-beta-23225 | 202,115 | 9/2/2015 | ||
| 4.0.10 | 3,477,520 | 7/29/2015 | ||
| 4.0.10-beta-23109 | 167,288 | 7/27/2015 | ||
| 4.0.10-beta-23019 | 60,735 | 6/30/2015 | ||
| 4.0.10-beta-22816 | 231,085 | 4/24/2015 | ||
| 4.0.10-beta-22605 | 19,605 | 2/13/2015 | ||
| 4.0.10-beta-22416 | 10,481 | 1/16/2015 | ||
| 4.0.10-beta-22231 | 85,143 | 11/11/2014 | ||
| 4.0.0 | 3,958,868 | 7/29/2015 | ||
| 4.0.0-beta-23109 | 266,590 | 7/27/2015 | ||
| 4.0.0-beta-23019 | 113,834 | 6/30/2015 | ||
| 3.1.1 | 5,890 | 10/18/2014 | ||
| 3.0.2-beta2 | 2,983 | 5/15/2012 | ||
| 3.0.2-beta1 | 939 | 5/14/2012 | ||
| 3.0.1 | 14,491 | 4/11/2012 | ||
| 3.0.0 | 2,317 | 3/24/2012 | ||
| 2.1.2 | 5,018 | 9/3/2011 | ||
| 2.1.1 | 1,231 | 9/2/2011 | ||
| 2.1.0 | 1,244 | 9/2/2011 | ||
| 2.0.1 | 1,275 | 8/25/2011 | ||
| 2.0.0 | 2,726 | 8/22/2011 |

