Cogs.Threading
1.12.1
dotnet add package Cogs.Threading --version 1.12.1
NuGet\Install-Package Cogs.Threading -Version 1.12.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Cogs.Threading" Version="1.12.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cogs.Threading --version 1.12.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Cogs.Threading, 1.12.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. 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.12.1 // Install Cogs.Threading as a Cake Tool #tool nuget:?package=Cogs.Threading&version=1.12.1
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 Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.1
- Nito.AsyncEx (>= 5.1.2)
- System.Threading.Tasks.Dataflow (>= 7.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.12.1 | 941 | 1/26/2023 |
1.12.0 | 285 | 1/26/2023 |
1.11.3 | 3,062 | 4/13/2022 |
1.11.2 | 424 | 4/13/2022 |
1.11.1 | 1,202 | 3/27/2022 |
1.11.0 | 2,927 | 3/27/2022 |
1.10.3 | 296 | 12/21/2021 |
1.10.2 | 674 | 12/21/2021 |
1.10.0 | 587 | 12/18/2021 |
1.9.4 | 776 | 12/16/2021 |
1.9.2 | 757 | 11/3/2021 |
1.9.1 | 903 | 3/3/2021 |
1.9.0 | 336 | 3/2/2021 |
1.8.0 | 816 | 2/26/2021 |
1.7.2 | 1,967 | 1/30/2021 |
1.7.1 | 760 | 11/22/2020 |
1.7.0 | 1,194 | 10/22/2020 |
1.6.0 | 1,212 | 10/19/2020 |
1.5.0 | 3,559 | 5/7/2020 |
1.4.0 | 437 | 5/7/2020 |
1.3.0 | 1,162 | 5/7/2020 |
1.2.0 | 453 | 5/6/2020 |
1.1.0 | 457 | 5/6/2020 |
1.0.6 | 1,477 | 4/11/2020 |
1.0.5 | 494 | 4/11/2020 |
1.0.4 | 490 | 4/11/2020 |
1.0.3 | 1,189 | 3/4/2020 |
1.0.2 | 530 | 3/4/2020 |
1.0.1 | 665 | 3/1/2020 |
1.0.0 | 779 | 2/29/2020 |
Upgraded DataFlow minimum requirement.