Open.Threading
1.4.0
See the version list below for details.
dotnet add package Open.Threading --version 1.4.0
NuGet\Install-Package Open.Threading -Version 1.4.0
<PackageReference Include="Open.Threading" Version="1.4.0" />
<PackageVersion Include="Open.Threading" Version="1.4.0" />
<PackageReference Include="Open.Threading" />
paket add Open.Threading --version 1.4.0
#r "nuget: Open.Threading, 1.4.0"
#:package Open.Threading@1.4.0
#addin nuget:?package=Open.Threading&version=1.4.0
#tool nuget:?package=Open.Threading&version=1.4.0
Useful set of extensions and classes for simplifying and optimizing thread safe operations and synchronization.
Part of the "Open" set of libraries.
| 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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. 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.0
- Open.Diagnostics (>= 1.3.0)
- Open.Threading.ReadWrite (>= 1.1.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Open.Threading:
| Package | Downloads |
|---|---|
|
Open.Collections
Useful set of collections, and extensions for collections with thread-safe read-write access options. Part of the "Open" set of libraries. |
|
|
Open.Threading.Dataflow
Useful set of extensions and classes for simplifying Dataflow implementations. Part of the "Open" set of libraries. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.0.4 | 21,922 | 11/17/2024 |
| 3.0.3 | 2,939 | 11/15/2024 |
| 3.0.2 | 246 | 11/15/2024 |
| 3.0.1 | 238 | 11/15/2024 |
| 3.0.0 | 235 | 11/15/2024 |
| 2.2.1 | 55,753 | 8/8/2022 |
| 2.2.0 | 17,270 | 4/20/2022 |
| 2.1.2 | 3,682 | 4/11/2022 |
| 2.1.1 | 709 | 4/9/2022 |
| 2.1.0 | 669 | 4/4/2022 |
| 2.0.0 | 664 | 3/28/2022 |
| 2.0.0-preview1 | 424 | 3/22/2022 |
| 1.6.8 | 4,677 | 9/29/2021 |
| 1.6.5 | 1,418 | 7/11/2021 |
| 1.6.4 | 649 | 7/11/2021 |
| 1.6.3 | 1,624 | 7/7/2021 |
| 1.6.2 | 836 | 7/7/2021 |
| 1.6.1 | 37,330 | 7/4/2021 |
Added ThreadSafety.TryLock method.
Separated SemaphoreSlim extensions.
LockConditional method now only returns true if the action is executed under a lock.