ConcurrencyHelpers 3.3.6
Install-Package ConcurrencyHelpers -Version 3.3.6
dotnet add package ConcurrencyHelpers --version 3.3.6
<PackageReference Include="ConcurrencyHelpers" Version="3.3.6" />
paket add ConcurrencyHelpers --version 3.3.6
#r "nuget: ConcurrencyHelpers, 3.3.6"
// 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 | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
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.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. |
|
Node.Cs.Lib
Basic classes and implementations for Node.Cs. The documentation can be found on http://www.kendar.org/?p=/dotnet/nodecs. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.3.6 | 2,804 | 4/28/2014 |
3.3.0 | 1,688 | 4/17/2014 |
3.2.11-beta | 1,059 | 4/16/2014 |
3.2.10-beta | 1,098 | 4/16/2014 |
3.2.9-beta | 1,126 | 4/9/2014 |
3.2.8-beta | 1,165 | 4/9/2014 |
3.2.7-beta | 1,192 | 4/9/2014 |
3.2.6-beta | 1,127 | 4/8/2014 |
3.2.4-beta | 1,109 | 4/8/2014 |
3.2.3-beta | 1,140 | 4/8/2014 |
3.2.2 | 1,300 | 4/7/2014 |
3.2.1-beta | 1,058 | 4/1/2014 |
3.2.0 | 1,365 | 3/31/2014 |
3.1.9-beta | 1,220 | 3/21/2014 |
3.1.8-beta | 1,142 | 3/21/2014 |
3.1.7-beta | 993 | 3/20/2014 |
3.1.6-beta | 990 | 3/20/2014 |
3.1.5-beta | 990 | 3/20/2014 |
3.1.4-beta | 1,253 | 3/20/2014 |
3.1.3-beta | 1,116 | 3/20/2014 |
3.1.2-beta | 961 | 3/19/2014 |
3.1.1-beta | 982 | 3/19/2014 |
3.1.0-beta | 1,116 | 3/19/2014 |
3.0.0 | 1,243 | 3/18/2014 |
2.0.9 | 1,255 | 3/12/2014 |
2.0.8 | 1,229 | 3/12/2014 |
2.0.7 | 1,243 | 3/12/2014 |
2.0.6-alpha | 1,225 | 3/11/2014 |
2.0.5 | 1,077 | 3/9/2014 |
2.0.4 | 1,049 | 3/6/2014 |
2.0.4-alpha | 999 | 3/6/2014 |
2.0.3 | 1,095 | 3/5/2014 |
2.0.2 | 1,213 | 2/28/2014 |
2.0.1-beta | 1,005 | 2/27/2014 |
2.0.0 | 1,119 | 2/18/2014 |
2.0.0-alpha | 999 | 2/27/2014 |
1.0.0 | 1,084 | 2/17/2014 |
Better testing support and events interceptors.
Thread affinity.