Metadata >> NuGet >> Locker

Locker

Metadata

Authors Tom Jacques
Copyrights Copyright 2014
Description Binaries for the Locker library. Visit https://github.com/tejacques/Locker for an overview and usage examples.
LicenseUrl https://github.com/tejacques/Locker/blob/master/LICENSE
Owners Tom Jacques
ProjectUrl https://github.com/tejacques/Locker
ReleaseNotes Notes: Version 1.2.0: - Locker methods are now extension methods on ReaderWriterLockSlim Version 1.1.1: - Add source files to NuGet package Version 1.1.0: - Added the TryLock methods: - Locker.TryReadLock(ReaderWriterLockSlim, rwlock, int timeout, Action whileReadLocked) - Locker.TryReadLock(ReaderWriterLockSlim, rwlock, TimeSpan timeout, Action whileReadLocked) - Locker.TryWriteLock(ReaderWriterLockSlim, rwlock, int timeout, Action whileWriteLocked) - Locker.TryWriteLock(ReaderWriterLockSlim, rwlock, TimeSpan timeout, Action whileWriteLocked) - Locker.TryUpgradeableReadLock(ReaderWriterLockSlim, rwlock, int timeout, Action whileUpgradeableReadLocked) - Locker.TryUpgradeableReadLock(ReaderWriterLockSlim, rwlock, TimeSpan timeout, Action whileUpgradeableReadLocked) Version 1.0.0: - Locker.ReadLock(ReaderWriterLockSlim rwlock, Action whileReadLocked) - Locker.WriteLock(ReaderWriterLockSlim rwlock, Action whileWriteLocked) - Locker.UpgradeableReadLock(ReaderWriterLockSlim rwlock, Action whileUpgradeableReadLocked)
RequireLicenseAcceptance False
Summary An open source helper library for simplifying and beautifying the use of ReaderWriterLockSlim by making the syntax more inline with the lock(obj) {} syntax.
Tags Lock Locking ReadLock WriteLock DeadLock
Title Locker
PackageSize 8758
PackageHashAlgorithm SHA512
PackageHash AWbNd+1/TR8nCiPhomCAOYUBuvmJBNh9Qw9Wf2MjRm2eGLFiNWnxEt4/72oXjkF5vhVwAK34PWLPpxnjMlR9rQ==
DownloadCount 000000
CreatedDate 2014-02-06T02:40:06

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install Locker -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Locker -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package Locker
Installing the package (HTTP Basic authentication):
Install-Package Locker -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Locker -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package Locker

OpenWrap

Installing the package:
o add-wrap Locker
Uninstalling the package:
o remove-wrap Locker

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.2.0
1.1.1