ConcurrencyHelpers 2.0.6-alpha
See the version list below for details.
dotnet add package ConcurrencyHelpers --version 2.0.6-alpha
NuGet\Install-Package ConcurrencyHelpers -Version 2.0.6-alpha
<PackageReference Include="ConcurrencyHelpers" Version="2.0.6-alpha" />
paket add ConcurrencyHelpers --version 2.0.6-alpha
#r "nuget: ConcurrencyHelpers, 2.0.6-alpha"
// Install ConcurrencyHelpers as a Cake Addin #addin nuget:?package=ConcurrencyHelpers&version=2.0.6-alpha&prerelease // Install ConcurrencyHelpers as a Cake Tool #tool nuget:?package=ConcurrencyHelpers&version=2.0.6-alpha&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.
A wrapper on the default C# timers to wrap their differences.
Product | Versions 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. |
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,894 | 4/28/2014 |
3.3.0 | 2,314 | 4/17/2014 |
3.2.11-beta | 1,194 | 4/16/2014 |
3.2.10-beta | 1,228 | 4/16/2014 |
3.2.9-beta | 1,248 | 4/9/2014 |
3.2.8-beta | 1,332 | 4/9/2014 |
3.2.7-beta | 1,370 | 4/9/2014 |
3.2.6-beta | 1,263 | 4/8/2014 |
3.2.4-beta | 1,237 | 4/8/2014 |
3.2.3-beta | 1,276 | 4/8/2014 |
3.2.2 | 1,684 | 4/7/2014 |
3.2.1-beta | 1,186 | 4/1/2014 |
3.2.0 | 1,898 | 3/31/2014 |
3.1.9-beta | 1,445 | 3/21/2014 |
3.1.8-beta | 1,347 | 3/21/2014 |
3.1.7-beta | 1,131 | 3/20/2014 |
3.1.6-beta | 1,117 | 3/20/2014 |
3.1.5-beta | 1,117 | 3/20/2014 |
3.1.4-beta | 1,490 | 3/20/2014 |
3.1.3-beta | 1,322 | 3/20/2014 |
3.1.2-beta | 1,100 | 3/19/2014 |
3.1.1-beta | 1,114 | 3/19/2014 |
3.1.0-beta | 1,324 | 3/19/2014 |
3.0.0 | 1,648 | 3/18/2014 |
2.0.9 | 1,715 | 3/12/2014 |
2.0.8 | 1,639 | 3/12/2014 |
2.0.7 | 1,665 | 3/12/2014 |
2.0.6-alpha | 1,471 | 3/11/2014 |
2.0.5 | 1,336 | 3/9/2014 |
2.0.4 | 1,314 | 3/6/2014 |
2.0.4-alpha | 1,138 | 3/6/2014 |
2.0.3 | 1,356 | 3/5/2014 |
2.0.2 | 1,502 | 2/28/2014 |
2.0.1-beta | 1,135 | 2/27/2014 |
2.0.0 | 1,375 | 2/18/2014 |
2.0.0-alpha | 1,138 | 2/27/2014 |
1.0.0 | 1,362 | 2/17/2014 |
Removed the cache. Put into CoroutineCache package.