SimpleHelpers.NamedLock
1.0.4
dotnet add package SimpleHelpers.NamedLock --version 1.0.4
NuGet\Install-Package SimpleHelpers.NamedLock -Version 1.0.4
<PackageReference Include="SimpleHelpers.NamedLock" Version="1.0.4" />
paket add SimpleHelpers.NamedLock --version 1.0.4
#r "nuget: SimpleHelpers.NamedLock, 1.0.4"
// Install SimpleHelpers.NamedLock as a Cake Addin #addin nuget:?package=SimpleHelpers.NamedLock&version=1.0.4 // Install SimpleHelpers.NamedLock as a Cake Tool #tool nuget:?package=SimpleHelpers.NamedLock&version=1.0.4
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.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on SimpleHelpers.NamedLock:
Package | Downloads |
---|---|
SimpleHelpers.MemoryCache
Simple lightweight object in-memory cache, with a background timer to remove expired objects. Fast in-memory cache for data that are expensive to create and can be used in a thread-safe manner. All stored items are kept in concurrent data structures (ConcurrentDictionary) to allow multi-thread usage of the MemoryCache static methods. Note: this nuget package contains c# source code and depends on System.Collections.Concurrent introduced in .Net 4.0. |
GitHub repositories
This package is not used by any popular GitHub repositories.
* Better documentation