Tiny library encapsulating boilerplate code for interlocked updates using Interlocked.CompareExchange.
Info
Version: | 2.0.0 |
Author(s): | Atif Aziz |
Last Update: | Friday, December 21, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/atifaziz/Interlocker |
NuGet Url: | https://www.nuget.org/packages/Interlocker |
Install
Install-Package Interlocker
dotnet add package Interlocker
paket add Interlocker
Interlocker Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.0
- NETStandard.Library(>= 1.6.1)
- System.ValueTuple(>= 4.5.0)
No dependencies.
Tags