Cogs.Threading
1.6.0
See the version list below for details.
dotnet add package Cogs.Threading --version 1.6.0
NuGet\Install-Package Cogs.Threading -Version 1.6.0
<PackageReference Include="Cogs.Threading" Version="1.6.0" />
<PackageVersion Include="Cogs.Threading" Version="1.6.0" />
<PackageReference Include="Cogs.Threading" />
paket add Cogs.Threading --version 1.6.0
#r "nuget: Cogs.Threading, 1.6.0"
#:package Cogs.Threading@1.6.0
#addin nuget:?package=Cogs.Threading&version=1.6.0
#tool nuget:?package=Cogs.Threading&version=1.6.0
Cogs for threading. Includes AsyncExtensions, AsyncSynchronizationContext, ISynchronized, Synchronization, SynchronizedExtensions.
| 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.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. |
-
.NETStandard 2.1
- Nito.AsyncEx (>= 5.0.0)
- System.Threading.Tasks.Dataflow (>= 4.8.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 | 1,678 | 1/26/2023 |
| 1.12.0 | 381 | 1/26/2023 |
| 1.11.3 | 3,423 | 4/13/2022 |
| 1.11.2 | 559 | 4/13/2022 |
| 1.11.1 | 1,373 | 3/27/2022 |
| 1.11.0 | 3,217 | 3/27/2022 |
| 1.10.3 | 433 | 12/21/2021 |
| 1.10.2 | 873 | 12/21/2021 |
| 1.10.0 | 747 | 12/18/2021 |
| 1.9.4 | 980 | 12/16/2021 |
| 1.9.2 | 928 | 11/3/2021 |
| 1.9.1 | 1,091 | 3/3/2021 |
| 1.9.0 | 458 | 3/2/2021 |
| 1.8.0 | 1,011 | 2/26/2021 |
| 1.7.2 | 2,270 | 1/30/2021 |
| 1.7.1 | 941 | 11/22/2020 |
| 1.7.0 | 1,412 | 10/22/2020 |
| 1.6.0 | 1,468 | 10/19/2020 |
| 1.5.0 | 3,983 | 5/7/2020 |
| 1.4.0 | 612 | 5/7/2020 |
| 1.3.0 | 1,372 | 5/7/2020 |
| 1.2.0 | 625 | 5/6/2020 |
| 1.1.0 | 608 | 5/6/2020 |
| 1.0.6 | 1,715 | 4/11/2020 |
| 1.0.5 | 634 | 4/11/2020 |
| 1.0.4 | 642 | 4/11/2020 |
| 1.0.3 | 1,416 | 3/4/2020 |
| 1.0.2 | 687 | 3/4/2020 |
| 1.0.1 | 846 | 3/1/2020 |
| 1.0.0 | 961 | 2/29/2020 |
Chains of synchronized extension method calls will no longer potentially produce deadlocks.