ConcurrencyHelpers 3.3.6
dotnet add package ConcurrencyHelpers --version 3.3.6
NuGet\Install-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 net481 |
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 | 3,136 | 4/28/2014 |
3.3.0 | 1,992 | 4/17/2014 |
3.2.11-beta | 1,114 | 4/16/2014 |
3.2.10-beta | 1,153 | 4/16/2014 |
3.2.9-beta | 1,180 | 4/9/2014 |
3.2.8-beta | 1,217 | 4/9/2014 |
3.2.7-beta | 1,248 | 4/9/2014 |
3.2.6-beta | 1,188 | 4/8/2014 |
3.2.4-beta | 1,161 | 4/8/2014 |
3.2.3-beta | 1,193 | 4/8/2014 |
3.2.2 | 1,481 | 4/7/2014 |
3.2.1-beta | 1,113 | 4/1/2014 |
3.2.0 | 1,597 | 3/31/2014 |
3.1.9-beta | 1,290 | 3/21/2014 |
3.1.8-beta | 1,196 | 3/21/2014 |
3.1.7-beta | 1,052 | 3/20/2014 |
3.1.6-beta | 1,046 | 3/20/2014 |
3.1.5-beta | 1,044 | 3/20/2014 |
3.1.4-beta | 1,309 | 3/20/2014 |
3.1.3-beta | 1,171 | 3/20/2014 |
3.1.2-beta | 1,017 | 3/19/2014 |
3.1.1-beta | 1,036 | 3/19/2014 |
3.1.0-beta | 1,168 | 3/19/2014 |
3.0.0 | 1,419 | 3/18/2014 |
2.0.9 | 1,436 | 3/12/2014 |
2.0.8 | 1,407 | 3/12/2014 |
2.0.7 | 1,423 | 3/12/2014 |
2.0.6-alpha | 1,278 | 3/11/2014 |
2.0.5 | 1,214 | 3/9/2014 |
2.0.4 | 1,186 | 3/6/2014 |
2.0.4-alpha | 1,055 | 3/6/2014 |
2.0.3 | 1,226 | 3/5/2014 |
2.0.2 | 1,346 | 2/28/2014 |
2.0.1-beta | 1,061 | 2/27/2014 |
2.0.0 | 1,257 | 2/18/2014 |
2.0.0-alpha | 1,056 | 2/27/2014 |
1.0.0 | 1,215 | 2/17/2014 |
Better testing support and events interceptors.
Thread affinity.