SimpleHelpers.NamedLock 1.0.3

dotnet add package SimpleHelpers.NamedLock --version 1.0.3
NuGet\Install-Package SimpleHelpers.NamedLock -Version 1.0.3
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="SimpleHelpers.NamedLock" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SimpleHelpers.NamedLock --version 1.0.3
#r "nuget: SimpleHelpers.NamedLock, 1.0.3"
#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 SimpleHelpers.NamedLock as a Cake Addin
#addin nuget:?package=SimpleHelpers.NamedLock&version=1.0.3

// Install SimpleHelpers.NamedLock as a Cake Tool
#tool nuget:?package=SimpleHelpers.NamedLock&version=1.0.3

Synchronization helper: a static lock collection associated with a key.

NamedLock manages the lifetime of critical sections that can be accessed by a key (name) throughout the application. It also have some helper methods to allow a maximum wait time (timeout) to aquire the lock and safelly release it.

Note: this nuget package contains c# source code and depends on System.Collections.Concurrent introduced in .Net 4.0.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.3 292 4/15/2013
1.0.2 46 4/12/2013
1.0.1 46 4/12/2013
1.0.0 70 4/12/2013

* Better documentation