ConcurrencyHelpers 2.0.1-beta

This is a prerelease version of ConcurrencyHelpers.
There is a newer version of this package available.
See the version list below for details.
dotnet add package ConcurrencyHelpers --version 2.0.1-beta
NuGet\Install-Package ConcurrencyHelpers -Version 2.0.1-beta
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="2.0.1-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ConcurrencyHelpers --version 2.0.1-beta
#r "nuget: ConcurrencyHelpers, 2.0.1-beta"
#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=2.0.1-beta&prerelease

// Install ConcurrencyHelpers as a Cake Tool
#tool nuget:?package=ConcurrencyHelpers&version=2.0.1-beta&prerelease

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

Product Compatible and additional computed target framework versions.
.NET Framework 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.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on ConcurrencyHelpers:

Package Downloads
CoroutineCache

Coroutine based cache with areas support, a simple and efficient coroutine implementation. The documentation can be found on http://www.kendar.org/?p=/dotnet/helpers/coroutinecache.

Node.Cs.Lib

Basic classes and implementations for Node.Cs. The documentation can be found on http://www.kendar.org/?p=/dotnet/nodecs.

Node.Cs.Commons

Base classes and interfaces for Node.Cs. The documentation can be found on http://www.kendar.org/?p=/dotnet/nodecs.

NetworkHelpers

A series of utilities to ease networking, with the usage of asynccronous requests responses and coroutines. The documentation can be found on http://www.kendar.org/?p=/dotnet/networkhelpers. Same performance of Owin but...simpler!

Node.Cs.Razor

Razor/MVC handler implementation for Node.Cs. The documentation can be found on http://www.kendar.org/?p=/dotnet/nodecs/plugins/razor.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.3.6 3,709 4/28/2014
3.3.0 2,242 4/17/2014
3.2.11-beta 1,165 4/16/2014
3.2.10-beta 1,204 4/16/2014
3.2.9-beta 1,222 4/9/2014
3.2.8-beta 1,292 4/9/2014
3.2.7-beta 1,328 4/9/2014
3.2.6-beta 1,236 4/8/2014
3.2.4-beta 1,212 4/8/2014
3.2.3-beta 1,244 4/8/2014
3.2.2 1,640 4/7/2014
3.2.1-beta 1,161 4/1/2014
3.2.0 1,815 3/31/2014
3.1.9-beta 1,377 3/21/2014
3.1.8-beta 1,290 3/21/2014
3.1.7-beta 1,099 3/20/2014
3.1.6-beta 1,092 3/20/2014
3.1.5-beta 1,092 3/20/2014
3.1.4-beta 1,436 3/20/2014
3.1.3-beta 1,264 3/20/2014
3.1.2-beta 1,071 3/19/2014
3.1.1-beta 1,086 3/19/2014
3.1.0-beta 1,262 3/19/2014
3.0.0 1,582 3/18/2014
2.0.9 1,650 3/12/2014
2.0.8 1,588 3/12/2014
2.0.7 1,604 3/12/2014
2.0.6-alpha 1,400 3/11/2014
2.0.5 1,302 3/9/2014
2.0.4 1,282 3/6/2014
2.0.4-alpha 1,106 3/6/2014
2.0.3 1,319 3/5/2014
2.0.2 1,446 2/28/2014
2.0.1-beta 1,110 2/27/2014
2.0.0 1,342 2/18/2014
2.0.0-alpha 1,107 2/27/2014
1.0.0 1,318 2/17/2014

Bug fixes on the usage of enumerators.