Interlocker.Source
1.1.0
Tiny library encapsulating boilerplate code for interlocked updates using Interlocked.CompareExchange.
This package is for direct inclusion in a C# project (compatible with C# language versions 6 and above). All types will remain internal to the project.
Install-Package Interlocker.Source -Version 1.1.0
dotnet add package Interlocker.Source --version 1.1.0
<PackageReference Include="Interlocker.Source" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Interlocker.Source --version 1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Interlocker.Source, 1.1.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
Adding Tuple-returning Interlocked<T>.Update overload with iteration argument.
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.