System.Threading.Tasks 3.0.2-beta1
This package is a port of the Mono version of the *complete* Task Parallel Library (not a subset) to .NET 3.5, as well as all Silverlight platforms, including Windows Phone 7.X. This version contains more classes (and is namespace compatible with the BCL) compared to the PortableTPL project. This project supercedes the TaskParallelLibrary.WP7 package, and is licensed under the same licenses as the rest of the Mono framework.
Showing the top 20 packages that depend on System.Threading.Tasks.
| Packages | Downloads |
|---|---|
|
Google.Apis
The Google APIs Client Library is a runtime client for working with Google services.
The library supports service requests, media upload and download, etc.
Supported Platforms:
- .NET Framework 4.5 and 4.6
- NetStandard1.3
- Windows 8 Apps
- Windows Phone 8 and 8.1
- Portable Class Libraries
|
6 |
|
Google.Apis
The Google APIs Client Library is a runtime client for working with Google services.
The library supports service requests, media upload and download, etc.
Supported Platforms:
- .NET Framework 4.5
- NetStandard1.3
- Windows Store apps
- Windows Phone 8 and 8.1
- Portable Class Libraries
|
6 |
|
System.Threading.Tasks.Extensions
Provides additional types that simplify the work of writing concurrent and asynchronous code.
Commonly Used Types:
System.Threading.Tasks.ValueTask<TResult>
00490982c7952e96a1089818467caa6fd07541b2
|
6 |
|
Google.Apis
The Google APIs Client Library is a runtime client for working with Google services.
The library supports service requests, media upload and download, etc.
Supported Platforms:
- .NET Framework 4.5
- NetStandard1.3
- Windows Store apps
- Windows Phone 8 and 8.1
- Portable Class Libraries
|
5 |
|
Google.Apis
The Google APIs Client Library is a runtime client for working with Google services.
The library supports service requests, media upload and download, etc.
Supported Platforms:
- .NET Framework 4.5 and 4.6
- NetStandard1.3
- Windows 8 Apps
- Windows Phone 8 and 8.1
- Portable Class Libraries
|
5 |
|
System.Threading.Tasks.Extensions
Provides additional types that simplify the work of writing concurrent and asynchronous code.
Commonly Used Types:
System.Threading.Tasks.ValueTask<TResult>
8321c729934c0f8be754953439b88e6e1c120c24
|
5 |
|
System.Threading.Tasks.Extensions
Provides additional types that simplify the work of writing concurrent and asynchronous code.
Commonly Used Types:
System.Threading.Tasks.ValueTask<TResult>
|
5 |
|
System.Threading.Tasks.Extensions
Provides additional types that simplify the work of writing concurrent and asynchronous code.
Commonly Used Types:
System.Threading.Tasks.ValueTask<TResult>
\r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb
|
5 |
|
System.Threading.Tasks.Extensions
Provides additional types that simplify the work of writing concurrent and asynchronous code.
Commonly Used Types:
System.Threading.Tasks.ValueTask<TResult>
7e3dbdb95b30650eabade0ac73a10b22d4dbe8b3
|
5 |
|
System.Net.WebSockets
Provides the System.Net.WebSockets.WebSocket abstract class and related types to allow developers to implement the WebSocket protocol (RFC 6455). WebSockets provide full-duplex communication over a single TCP connection.
Commonly Used Types:
System.Net.WebSockets.WebSocket
System.Net.WebSockets.WebSocketContext
System.Net.WebSockets.WebSocketException
When using NuGet 3.x this package requires at least version 3.4.
|
4 |
|
System.Net.WebSockets
No description available.
|
4 |
|
System.Net.WebSockets
Provides the System.Net.WebSockets.WebSocket abstract class and related types to allow developers to implement the WebSocket protocol (RFC 6455). WebSockets provide full-duplex communication over a single TCP connection.
Commonly Used Types:
System.Net.WebSockets.WebSocket
System.Net.WebSockets.WebSocketContext
System.Net.WebSockets.WebSocketException
- 1548494
|
4 |
|
System.Net.Security
Provides types, such as System.Net.Security.SslStream, that uses SSL/TLS protocols to provide secure network communication between client and server endpoints.
Commonly Used Types:
System.Net.Security.SslStream
System.Net.Security.ExtendedProtectionPolicy
\r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb
|
4 |
|
System.Net.Security
Provides types, such as System.Net.Security.SslStream, that uses SSL/TLS protocols to provide secure network communication between client and server endpoints.
Commonly Used Types:
System.Net.Security.SslStream
System.Net.Security.ExtendedProtectionPolicy
When using NuGet 3.x this package requires at least version 3.4.
|
4 |
|
System.Net.Sockets
Provides a managed implementation of the Windows Sockets (Winsock) interface for developers who need to tightly control access to the network.
|
4 |
|
System.Net.Sockets
Provides classes such as Socket, TcpClient and UdpClient, which enable developers to send and receive data over the network.
Commonly Used Types:
System.Net.Sockets.Socket
System.Net.Sockets.SocketAsyncEventArgs
System.Net.Sockets.LingerOption
System.Net.Sockets.SocketAsyncOperation
System.Net.Sockets.ProtocolType
System.Net.Sockets.NetworkStream
System.Net.Sockets.TcpClient
System.Net.Sockets.SocketType
System.Net.Sockets.UdpClient
System.Net.Sockets.SocketShutdown
When using NuGet 3.x this package requires at least version 3.4.
|
4 |
|
System.Net.Requests
Provides older classes (such as HttpWebRequest and HttpWebResponse) for sending HTTP requests and receiving HTTP responses from a resource identified by a URI. Developers should prefer the classes in the System.Net.Http package.
Commonly Used Types:
System.Net.HttpWebRequest
System.Net.HttpWebResponse
System.Net.HttpRequestHeader
System.Net.WebException
System.Net.WebExceptionStatus
System.Net.WebRequest
System.Net.WebResponse
When using NuGet 3.x this package requires at least version 3.4.
|
4 |
|
System.Net.Requests
Provides older classes for sending HTTP requests and receiving HTTP responses from a resource identified by a URI. Developers should prefer the classes in the System.Net.Http package.
Commonly Used Types:
System.Net.HttpWebRequest
System.Net.HttpWebResponse
System.Net.HttpRequestHeader
System.Net.WebException
System.Net.WebExceptionStatus
System.Net.WebRequest
System.Net.WebResponse
|
4 |
Version 3.0.2 - Adds the [SecurityCritical] attribute to SynchronizationContextScheduler.QueueTask to enable MEF support. - Adds PDB files to aid in debugging issues. Version 3.0.1 - Removes the Func<> definitions from SL5, as they are already in the core runtime. Version 3.0 - Updates the package to Mono 2.12. Excludes the Task.Unwrap() function from SL5. Adds support for .NET 3.5. See Project Site for more details.
Version 2.1.2 - Fixes a bug in Task.FromAsync() that does not return the TaskState in certain situations.
Version 2.1 - This version adds support for Silverlight 5, removing the classes (Primarily in System.Threading.Tasks) now included in the core runtime.
This package has no dependencies.
| Version | Downloads | Last updated |
|---|---|---|
| 4.3.0 | 4 | 09/29/2025 |
| 4.3.0-preview1-24530-04 | 4 | 09/30/2025 |
| 4.0.11 | 4 | 09/29/2025 |
| 4.0.11-rc2-24027 | 4 | 09/30/2025 |
| 4.0.11-beta-23516 | 4 | 09/30/2025 |
| 4.0.11-beta-23409 | 4 | 09/30/2025 |
| 4.0.11-beta-23225 | 4 | 09/30/2025 |
| 4.0.10 | 4 | 09/29/2025 |
| 4.0.10-beta-23109 | 4 | 09/30/2025 |
| 4.0.10-beta-23019 | 4 | 09/30/2025 |
| 4.0.10-beta-22816 | 4 | 09/30/2025 |
| 4.0.10-beta-22605 | 4 | 09/30/2025 |
| 4.0.10-beta-22416 | 4 | 09/30/2025 |
| 4.0.10-beta-22231 | 4 | 09/29/2025 |
| 4.0.0 | 4 | 09/29/2025 |
| 4.0.0-beta-23109 | 4 | 09/29/2025 |
| 4.0.0-beta-23019 | 4 | 09/29/2025 |
| 3.1.1 | 4 | 09/29/2025 |
| 3.0.2-beta2 | 4 | 09/29/2025 |
| 3.0.2-beta1 | 4 | 09/29/2025 |
| 3.0.1 | 4 | 09/29/2025 |
| 3.0.0 | 4 | 09/29/2025 |
| 2.1.2 | 4 | 09/29/2025 |
| 2.1.1 | 4 | 09/29/2025 |
| 2.1.0 | 4 | 09/29/2025 |
| 2.0.1 | 4 | 09/29/2025 |
| 2.0.0 | 4 | 09/29/2025 |