ConcurrencyHelpers 3.3.6

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

// Install ConcurrencyHelpers as a Cake Tool
#tool nuget:?package=ConcurrencyHelpers&version=3.3.6

A series of utilities for multithreading. The documentation can be found on http://www.kendar.org/?p=/dotnet/helpers/concurrencyhelpers.
Several items are available: LockFree Queue, LockFree Dictionary.
A wrapper on the default C# timers to wrap their differences.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in 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
3.3.6 389 4/28/2014
3.3.0 158 4/17/2014
3.2.11-beta 49 4/16/2014
3.2.10-beta 51 4/16/2014
3.2.9-beta 50 4/9/2014
3.2.8-beta 49 4/9/2014
3.2.7-beta 50 4/9/2014
3.2.6-beta 51 4/8/2014
3.2.4-beta 51 4/8/2014
3.2.3-beta 50 4/8/2014
3.2.2 89 4/7/2014
3.2.1-beta 47 4/1/2014
3.2.0 92 3/31/2014
3.1.9-beta 53 3/21/2014
3.1.8-beta 50 3/21/2014
3.1.7-beta 47 3/20/2014
3.1.6-beta 48 3/20/2014
3.1.5-beta 48 3/20/2014
3.1.4-beta 50 3/20/2014
3.1.3-beta 48 3/20/2014
3.1.2-beta 47 3/19/2014
3.1.1-beta 49 3/19/2014
3.1.0-beta 50 3/19/2014
3.0.0 63 3/18/2014
2.0.9 59 3/12/2014
2.0.8 62 3/12/2014
2.0.7 58 3/12/2014
2.0.6-alpha 50 3/11/2014
2.0.5 55 3/9/2014
2.0.4 57 3/6/2014
2.0.4-alpha 51 3/6/2014
2.0.3 59 3/5/2014
2.0.2 105 2/28/2014
2.0.1-beta 46 2/27/2014
2.0.0 57 2/18/2014
2.0.0-alpha 52 2/27/2014
1.0.0 59 2/17/2014

Better testing support and events interceptors.
Thread affinity.