LockerHelpers 2.0.138

This package has a SemVer 2.0.0 package version: 2.0.138+build.138.
There is a newer version of this package available.
See the version list below for details.
dotnet add package LockerHelpers --version 2.0.138
                    
NuGet\Install-Package LockerHelpers -Version 2.0.138
                    
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="LockerHelpers" Version="2.0.138" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LockerHelpers" Version="2.0.138" />
                    
Directory.Packages.props
<PackageReference Include="LockerHelpers" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add LockerHelpers --version 2.0.138
                    
#r "nuget: LockerHelpers, 2.0.138"
                    
#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.
#addin nuget:?package=LockerHelpers&version=2.0.138
                    
Install LockerHelpers as a Cake Addin
#tool nuget:?package=LockerHelpers&version=2.0.138
                    
Install LockerHelpers as a Cake Tool

Locker Helpers

Provides helpers for execution locking mechanism. Can be used for heavy multi threading operations.

NuGets

Name Info
LockerHelpers NuGet

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!.

paypal

Product 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 is compatible.  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 is compatible.  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. 
.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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.139 37 2 days ago
2.0.138 48 17 days ago
2.0.137 49 24 days ago
2.0.136 64 a month ago
2.0.135 186 2 months ago
2.0.134 175 2 months ago
2.0.133 67 3 months ago
2.0.132 70 3 months ago
2.0.131 65 3 months ago
2.0.130 68 3 months ago
2.0.129 56 3 months ago
2.0.128 64 3 months ago
2.0.127 75 3 months ago
2.0.126 69 3 months ago
2.0.125 72 3 months ago
2.0.124 70 4 months ago
2.0.123 68 4 months ago
2.0.122 70 4 months ago
2.0.121 68 4 months ago
2.0.120 75 4 months ago
2.0.119 73 4 months ago
2.0.118 74 4 months ago
2.0.117 74 4 months ago
2.0.116 79 4 months ago
2.0.115 77 4 months ago
2.0.114 84 4 months ago
2.0.113 80 4 months ago
2.0.112 77 4 months ago
2.0.111 70 4 months ago
2.0.110 75 4 months ago
2.0.109 77 5 months ago
2.0.108 72 5 months ago
2.0.107 55 5 months ago
2.0.106 74 5 months ago
2.0.105 65 5 months ago
2.0.104 68 5 months ago
2.0.103 65 5 months ago
2.0.102 62 5 months ago
2.0.101 67 5 months ago
2.0.100 62 5 months ago
2.0.99 60 5 months ago
2.0.98 65 5 months ago
2.0.97 64 5 months ago
2.0.96 70 5 months ago
2.0.95 66 5 months ago
2.0.94 65 5 months ago
2.0.93 63 5 months ago
2.0.92 65 5 months ago
2.0.91 66 5 months ago
2.0.90 64 5 months ago
2.0.89 61 5 months ago
2.0.88 66 5 months ago
2.0.87 60 5 months ago
2.0.86 61 5 months ago
2.0.85 64 5 months ago
2.0.84 65 5 months ago
2.0.83 63 5 months ago
2.0.82 62 5 months ago
2.0.81 67 6 months ago
2.0.80 66 6 months ago
2.0.79 65 6 months ago
2.0.78 65 6 months ago
2.0.77 66 6 months ago
2.0.76 62 6 months ago
2.0.75 65 6 months ago
2.0.74 66 6 months ago
2.0.73 69 6 months ago
2.0.72 67 6 months ago
2.0.71 67 6 months ago
2.0.70 67 6 months ago
2.0.69 65 6 months ago
2.0.68 84 6 months ago
2.0.67 72 6 months ago
2.0.66 65 6 months ago
2.0.65 73 6 months ago
2.0.64 72 6 months ago
2.0.63 61 6 months ago
2.0.62 58 6 months ago
2.0.61 74 6 months ago
2.0.60 67 7 months ago
2.0.59 70 7 months ago
2.0.58 67 7 months ago
2.0.57 68 7 months ago
2.0.56 69 7 months ago
2.0.55 66 7 months ago
2.0.54 68 7 months ago
2.0.53 75 7 months ago
2.0.52 70 7 months ago
2.0.51 79 7 months ago
2.0.50 72 7 months ago
2.0.49 78 7 months ago
2.0.48 67 7 months ago
2.0.47 71 7 months ago
2.0.46 72 7 months ago
2.0.45 73 7 months ago
2.0.43 78 7 months ago
2.0.42 70 7 months ago
2.0.41 77 7 months ago
2.0.40 67 7 months ago
2.0.39 73 8 months ago
2.0.38 80 8 months ago
2.0.37 78 8 months ago
2.0.36 88 8 months ago
2.0.35 79 8 months ago
2.0.34 83 8 months ago
2.0.33 77 8 months ago
2.0.32 73 8 months ago
2.0.31 73 8 months ago
2.0.30 76 8 months ago
2.0.29 65 8 months ago
2.0.28 76 8 months ago
2.0.27 73 8 months ago
2.0.26 99 9 months ago
2.0.25 69 9 months ago
2.0.24 76 9 months ago
2.0.23 74 9 months ago
2.0.22 74 9 months ago
2.0.21 73 9 months ago
2.0.20 75 9 months ago
2.0.19 74 9 months ago
2.0.18 80 9 months ago
2.0.16 88 9 months ago
2.0.15 86 9 months ago
2.0.14 81 9 months ago
2.0.13 81 9 months ago
2.0.12 83 9 months ago
2.0.11 76 9 months ago
2.0.10 82 9 months ago
2.0.9 81 9 months ago
2.0.8 75 9 months ago
2.0.6 84 9 months ago
2.0.5 183 10/4/2023
2.0.4 192 8/31/2023
2.0.3 171 8/29/2023
2.0.2 209 8/8/2023
2.0.1 191 7/11/2023
2.0.0 211 6/20/2023
1.0.6 713 9/8/2022
1.0.5 447 9/4/2022
1.0.4 447 9/4/2022
1.0.3 2,793 9/4/2022
1.0.2 2,784 3/7/2022
1.0.1 2,969 2/21/2022
1.0.0 738 2/19/2022

## New Version
* Bump `locker_helpers` from `2.0.137` to `2.0.138`. See [changelog](https://github.com/Kiryuumaru/LockerHelpers/compare/locker_helpers/2.0.137...locker_helpers/2.0.138)

## What's Changed
* Bump DisposableHelpers from 1.2.98 to 1.2.101 by @dependabot in https://github.com/Kiryuumaru/LockerHelpers/pull/147

**Full Changelog**: https://github.com/Kiryuumaru/LockerHelpers/compare/build.137...build.138