LockerHelpers 2.0.29
See the version list below for details.
dotnet add package LockerHelpers --version 2.0.29
NuGet\Install-Package LockerHelpers -Version 2.0.29
<PackageReference Include="LockerHelpers" Version="2.0.29" />
paket add LockerHelpers --version 2.0.29
#r "nuget: LockerHelpers, 2.0.29"
// Install LockerHelpers as a Cake Addin #addin nuget:?package=LockerHelpers&version=2.0.29 // Install LockerHelpers as a Cake Tool #tool nuget:?package=LockerHelpers&version=2.0.29
Locker Helpers
Provides helpers for execution locking mechanism. Can be used for heavy multi threading operations.
NuGets
Name | Info |
---|---|
LockerHelpers |
Installation
// Install release version
Install-Package LockerHelpers
// Install pre-release version
Install-Package LockerHelpers -pre
Supported frameworks
.NET Standard 2.0 and above - see https://github.com/dotnet/standard/blob/master/docs/versions.md for compatibility matrix
Usage
RWLock Sample
using LockerHelpers;
namespace YourNamespace
{
public class SafeList<T>
{
private List<T> list = new List<T>;
private RWLock rwLock = new RWLock();
public int Count
{
get
{
return rwLock.LockRead(() => list.Count);
}
}
public void SafeAdd(T value)
{
rwLock.LockWrite(() => list.Add(value));
}
public void SafeRemove(T value)
{
rwLock.LockWrite(() => list.Remove(value));
}
}
}
Want To Support This Project?
All I have ever asked is to be active by submitting bugs, features, and sending those pull requests down!.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. 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 is compatible. 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 | 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
- DisposableHelpers (>= 1.2.13)
-
net6.0
- DisposableHelpers (>= 1.2.13)
-
net7.0
- DisposableHelpers (>= 1.2.13)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on LockerHelpers:
Package | Downloads |
---|---|
ObservableHelpers
Observable helpers with short-and-easy and UI-safe property implementations. Can be used for any MVVM software architectural applications. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.95 | 19 | 11/8/2024 |
2.0.94 | 29 | 11/7/2024 |
2.0.93 | 24 | 11/7/2024 |
2.0.92 | 27 | 11/6/2024 |
2.0.91 | 26 | 11/5/2024 |
2.0.90 | 28 | 10/31/2024 |
2.0.89 | 24 | 10/31/2024 |
2.0.88 | 29 | 10/30/2024 |
2.0.87 | 26 | 10/30/2024 |
2.0.86 | 27 | 10/30/2024 |
2.0.85 | 29 | 10/29/2024 |
2.0.84 | 29 | 10/28/2024 |
2.0.83 | 28 | 10/28/2024 |
2.0.82 | 27 | 10/28/2024 |
2.0.81 | 32 | 10/24/2024 |
2.0.80 | 28 | 10/24/2024 |
2.0.79 | 31 | 10/23/2024 |
2.0.78 | 31 | 10/23/2024 |
2.0.77 | 33 | 10/18/2024 |
2.0.76 | 29 | 10/18/2024 |
2.0.75 | 30 | 10/15/2024 |
2.0.74 | 34 | 10/15/2024 |
2.0.73 | 34 | 10/14/2024 |
2.0.72 | 33 | 10/14/2024 |
2.0.71 | 33 | 10/14/2024 |
2.0.70 | 34 | 10/8/2024 |
2.0.69 | 30 | 10/8/2024 |
2.0.68 | 51 | 10/7/2024 |
2.0.67 | 39 | 10/7/2024 |
2.0.66 | 31 | 10/7/2024 |
2.0.65 | 39 | 10/3/2024 |
2.0.64 | 36 | 10/3/2024 |
2.0.63 | 28 | 9/30/2024 |
2.0.62 | 27 | 9/30/2024 |
2.0.61 | 42 | 9/27/2024 |
2.0.60 | 36 | 9/26/2024 |
2.0.59 | 40 | 9/26/2024 |
2.0.58 | 36 | 9/25/2024 |
2.0.57 | 38 | 9/25/2024 |
2.0.56 | 37 | 9/24/2024 |
2.0.55 | 36 | 9/24/2024 |
2.0.54 | 37 | 9/23/2024 |
2.0.53 | 39 | 9/23/2024 |
2.0.52 | 40 | 9/20/2024 |
2.0.51 | 47 | 9/19/2024 |
2.0.50 | 40 | 9/18/2024 |
2.0.49 | 46 | 9/17/2024 |
2.0.48 | 39 | 9/17/2024 |
2.0.47 | 40 | 9/11/2024 |
2.0.46 | 40 | 9/11/2024 |
2.0.45 | 39 | 9/10/2024 |
2.0.43 | 47 | 9/6/2024 |
2.0.42 | 41 | 9/3/2024 |
2.0.41 | 47 | 8/30/2024 |
2.0.40 | 38 | 8/29/2024 |
2.0.39 | 42 | 8/26/2024 |
2.0.38 | 48 | 8/23/2024 |
2.0.37 | 46 | 8/23/2024 |
2.0.36 | 55 | 8/21/2024 |
2.0.35 | 47 | 8/21/2024 |
2.0.34 | 49 | 8/15/2024 |
2.0.33 | 43 | 8/15/2024 |
2.0.32 | 42 | 8/14/2024 |
2.0.31 | 42 | 8/14/2024 |
2.0.30 | 45 | 8/1/2024 |
2.0.29 | 34 | 7/31/2024 |
2.0.28 | 43 | 7/29/2024 |
2.0.27 | 43 | 7/29/2024 |
2.0.26 | 65 | 7/17/2024 |
2.0.25 | 39 | 7/17/2024 |
2.0.24 | 45 | 7/16/2024 |
2.0.23 | 44 | 7/16/2024 |
2.0.22 | 41 | 7/15/2024 |
2.0.21 | 44 | 7/15/2024 |
2.0.20 | 44 | 7/13/2024 |
2.0.19 | 44 | 7/12/2024 |
2.0.18 | 49 | 7/10/2024 |
2.0.16 | 58 | 7/9/2024 |
2.0.15 | 50 | 7/8/2024 |
2.0.14 | 52 | 7/8/2024 |
2.0.13 | 45 | 7/7/2024 |
2.0.12 | 54 | 7/2/2024 |
2.0.11 | 47 | 7/2/2024 |
2.0.10 | 52 | 7/1/2024 |
2.0.9 | 49 | 7/1/2024 |
2.0.8 | 47 | 6/30/2024 |
2.0.6 | 55 | 6/28/2024 |
2.0.5 | 172 | 10/4/2023 |
2.0.4 | 184 | 8/31/2023 |
2.0.3 | 163 | 8/29/2023 |
2.0.2 | 200 | 8/8/2023 |
2.0.1 | 181 | 7/11/2023 |
2.0.0 | 203 | 6/20/2023 |
1.0.6 | 692 | 9/8/2022 |
1.0.5 | 427 | 9/4/2022 |
1.0.4 | 426 | 9/4/2022 |
1.0.3 | 2,767 | 9/4/2022 |
1.0.2 | 2,750 | 3/7/2022 |
1.0.1 | 2,942 | 2/21/2022 |
1.0.0 | 711 | 2/19/2022 |
## What's Changed
* Updated CICD by @Kiryuumaru in https://github.com/Kiryuumaru/LockerHelpers/pull/29
## New Versions
* Bump `locker_helpers` from `2.0.28` to `2.0.29`. See [changelog](https://github.com/Kiryuumaru/LockerHelpers/compare/locker_helpers/2.0.28...locker_helpers/2.0.29)
**Full Changelog**: https://github.com/Kiryuumaru/LockerHelpers/compare/build.28...build.29