System.Threading.Tasks 3.0.2-beta2
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 |
|---|---|
|
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
|
13 |
|
Microsoft.Extensions.DependencyInjection
Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection.
|
12 |
|
System.Security.Cryptography.Primitives
Provides common types for the cryptographic libraries.
Commonly Used Types:
System.Security.Cryptography.ICryptoTransform
System.Security.Cryptography.AsymmetricAlgorithm
System.Security.Cryptography.SymmetricAlgorithm
System.Security.Cryptography.HashAlgorithm
System.Security.Cryptography.KeyedHashAlgorithm
System.Security.Cryptography.HMAC
System.Security.Cryptography.KeySizes
System.Security.Cryptography.CryptographicException
System.Security.Cryptography.CipherMode
System.Security.Cryptography.PaddingMode
System.Security.Cryptography.CryptoStream
System.Security.Cryptography.CryptoStreamMode
When using NuGet 3.x this package requires at least version 3.4.
|
12 |
|
System.Threading.Tasks.Parallel
Provides the System.Threading.Tasks.Parallel class, which adds support for running loops and iterators in parallel.
Commonly Used Types:
System.Threading.Tasks.Parallel
System.Threading.Tasks.ParallelLoopState
System.Threading.Tasks.ParallelLoopResult
System.Threading.Tasks.ParallelOptions
When using NuGet 3.x this package requires at least version 3.4.
|
12 |
|
Microsoft.CodeAnalysis.Scripting.Common
Microsoft .NET Compiler Platform ("Roslyn") shared scripting package. Do not install this package manually, it will be added as a prerequisite by other packages that require it.
This package was built from the source at https://github.com/dotnet/roslyn/commit/ec1cde8b77c7bca654888681037f55aa0e62dd19
|
12 |
|
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>
7ee84596d92e178bce54c986df31ccc52479e772
|
12 |
|
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>
029cf57733b7ec6c1dd8a13857e800b9a8d97192
|
12 |
|
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>
51d218c1a9d318dd46a14b7456a556b71004cf77
|
12 |
|
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
|
12 |
|
System.Threading.Tasks.Dataflow
TPL Dataflow promotes actor/agent-oriented designs through primitives for in-process message passing, dataflow, and pipelining. TDF builds upon the APIs and scheduling infrastructure provided by the Task Parallel Library (TPL), and integrates with the language support for asynchrony provided by C#, Visual Basic, and F#.
Commonly Used Types:
System.Threading.Tasks.Dataflow.ActionBlock<TInput>
System.Threading.Tasks.Dataflow.BatchBlock<T>
System.Threading.Tasks.Dataflow.BatchedJoinBlock<T1, T2>
System.Threading.Tasks.Dataflow.BatchedJoinBlock<T1, T2, T3>
System.Threading.Tasks.Dataflow.BroadcastBlock<T>
System.Threading.Tasks.Dataflow.BufferBlock<T>
System.Threading.Tasks.Dataflow.DataflowBlock
System.Threading.Tasks.Dataflow.JoinBlock<T1, T2>
System.Threading.Tasks.Dataflow.JoinBlock<T1, T2, T3>
System.Threading.Tasks.Dataflow.TransformBlock<TInput, TOutput>
System.Threading.Tasks.Dataflow.TransformManyBlock<TInput, TOutput>
System.Threading.Tasks.Dataflow.WriteOnceBlock<T>
|
12 |
|
System.Private.DataContractSerialization
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides implementation of System.Runtime.Serialization packages.
When using NuGet 3.x this package requires at least version 3.4.
|
12 |
|
Microsoft.CodeAnalysis.Common
A shared package used by the Microsoft .NET Compiler Platform ("Roslyn"). Do not install this package manually, it will be added as a prerequisite by other packages that require it.
|
12 |
|
System.Xml.ReaderWriter
Provides provides a fast, non-cached, forward-only way to read and write Extensible Markup Language (XML) data.
Commonly Used Types:
System.Xml.XmlNodeType
System.Xml.XmlException
System.Xml.XmlReader
System.Xml.XmlWriter
System.Xml.IXmlLineInfo
System.Xml.XmlNameTable
System.Xml.IXmlNamespaceResolver
System.Xml.XmlNamespaceManager
System.Xml.XmlQualifiedName
When using NuGet 3.x this package requires at least version 3.4.
|
12 |
|
System.Data.Common
Provides the base abstract classes, including System.Data.DbConnection and System.Data.DbCommand, for all data providers.
Commonly Used Types:
System.DBNull
System.Data.Common.DbConnection
System.Data.Common.DbException
System.Data.Common.DbParameter
System.Data.DbType
System.Data.Common.DbDataReader
System.Data.Common.DbCommand
System.Data.Common.DbTransaction
System.Data.Common.DbParameterCollection
System.Data.Common.DbProviderFactory
When using NuGet 3.x this package requires at least version 3.4.
|
12 |
|
System.Private.Networking
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides implementation of some System.Net packages.
|
12 |
|
System.Console
Provides the System.Console class, which represents the standard input, output and error streams for console applications.
Commonly Used Types:
System.Console
System.ConsoleColor
|
12 |
|
System.IO.Compression
Provides classes that support the compression and decompression of streams.
Commonly Used Types:
System.IO.Compression.DeflateStream
System.IO.Compression.GZipStream
System.IO.Compression.CompressionMode
System.IO.Compression.CompressionLevel
System.IO.Compression.ZipArchiveEntry
System.IO.Compression.ZipArchive
System.IO.Compression.ZipArchiveMode
When using NuGet 3.x this package requires at least version 3.4.
|
12 |
Version 3.0.2 - Adds the [SecurityCritical] attribute where necessary to enable MEF support. - Removes System.Threading.Timer and TimerCallback from SL4, as they are already in the BCL. - 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 | 10 | 03/20/2025 |
| 4.3.0-preview1-24530-04 | 9 | 03/20/2025 |
| 4.0.11 | 9 | 03/20/2025 |
| 4.0.11-rc2-24027 | 10 | 03/20/2025 |
| 4.0.11-beta-23516 | 10 | 03/20/2025 |
| 4.0.11-beta-23409 | 9 | 03/20/2025 |
| 4.0.11-beta-23225 | 9 | 03/20/2025 |
| 4.0.10 | 9 | 03/20/2025 |
| 4.0.10-beta-23109 | 10 | 03/20/2025 |
| 4.0.10-beta-23019 | 10 | 03/20/2025 |
| 4.0.10-beta-22816 | 9 | 03/20/2025 |
| 4.0.10-beta-22605 | 9 | 03/20/2025 |
| 4.0.10-beta-22416 | 10 | 03/20/2025 |
| 4.0.10-beta-22231 | 10 | 03/20/2025 |
| 4.0.0 | 9 | 03/20/2025 |
| 4.0.0-beta-23109 | 10 | 03/20/2025 |
| 4.0.0-beta-23019 | 10 | 03/20/2025 |
| 3.1.1 | 9 | 03/20/2025 |
| 3.0.2-beta2 | 9 | 03/20/2025 |
| 3.0.2-beta1 | 9 | 03/20/2025 |
| 3.0.1 | 8 | 03/20/2025 |
| 3.0.0 | 9 | 03/20/2025 |
| 2.1.2 | 9 | 03/20/2025 |
| 2.1.1 | 9 | 03/20/2025 |
| 2.1.0 | 9 | 03/20/2025 |
| 2.0.1 | 9 | 03/20/2025 |
| 2.0.0 | 9 | 03/20/2025 |