Cogs.Threading
1.11.3
.NET Standard 2.1
Install-Package Cogs.Threading -Version 1.11.3
dotnet add package Cogs.Threading --version 1.11.3
<PackageReference Include="Cogs.Threading" Version="1.11.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cogs.Threading --version 1.11.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Cogs.Threading, 1.11.3"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Cogs.Threading as a Cake Addin
#addin nuget:?package=Cogs.Threading&version=1.11.3
// Install Cogs.Threading as a Cake Tool
#tool nuget:?package=Cogs.Threading&version=1.11.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
This is where we keep all our utilities for multi-threaded stuff.
AsyncExtensions
- provides extensions for dealing with async utilities likeTaskCompletionSource<TResult>
AsyncSynchronizationContext
- provides a synchronization context for the Task Parallel LibraryISynchronized
- represents an object the operations of which occur on a specific synchronization context (used extensively by the Synchronized Collections library, above)SynchronizedExtensions
- provides extensions for executing operations with instances ofSystem.Threading.SynchronizationContext
andISynchronized
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.1 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.1
- Nito.AsyncEx (>= 5.1.2)
- System.Threading.Tasks.Dataflow (>= 6.0.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Cogs.Threading:
Package | Downloads |
---|---|
Cogs.ActiveQuery
Cogs for active queries. |
|
Cogs.Collections.Synchronized
Cogs for synchronized collections. Includes ISynchronizedObservableRangeDictionary, SynchronizedObservableCollection, SynchronizedObservableDictionary, SynchronizedObservableSortedDictionary, SynchronizedRangeObservableCollection, ProcessingQueue, and AsyncProcessingQueue. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.11.3 | 117 | 4/13/2022 |
1.11.2 | 55 | 4/13/2022 |
1.11.1 | 107 | 3/27/2022 |
1.11.0 | 198 | 3/27/2022 |
1.10.3 | 95 | 12/21/2021 |
1.10.2 | 172 | 12/21/2021 |
1.10.0 | 153 | 12/18/2021 |
1.9.4 | 196 | 12/16/2021 |
1.9.2 | 236 | 11/3/2021 |
1.9.1 | 342 | 3/3/2021 |
1.9.0 | 139 | 3/2/2021 |
1.8.0 | 328 | 2/26/2021 |
1.7.2 | 734 | 1/30/2021 |
1.7.1 | 365 | 11/22/2020 |
1.7.0 | 548 | 10/22/2020 |
1.6.0 | 542 | 10/19/2020 |
1.5.0 | 1,670 | 5/7/2020 |
1.4.0 | 241 | 5/7/2020 |
1.3.0 | 601 | 5/7/2020 |
1.2.0 | 258 | 5/6/2020 |
1.1.0 | 253 | 5/6/2020 |
1.0.6 | 704 | 4/11/2020 |
1.0.5 | 285 | 4/11/2020 |
1.0.4 | 292 | 4/11/2020 |
1.0.3 | 617 | 3/4/2020 |
1.0.2 | 352 | 3/4/2020 |
1.0.1 | 393 | 3/1/2020 |
1.0.0 | 482 | 2/29/2020 |
We made some performance adjustments to DataFlow extensions.