GreenSuperGreen 1.0.0

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

// Install GreenSuperGreen as a Cake Tool
#tool nuget:?package=GreenSuperGreen&version=1.0.0

https://github.com/ipavlu/GreenSuperGreen

GreenSuperGreen:

Unified Concurrency The main mission is to unify usage of heterogeneous synchronization primitives with interface/pattern based Object Oriented approach. Switching between multiple synchronization primitives with one code line change! Agile Development ready solution to synchronization. Easy upgrade from general threading to async/await thanks to the pattern based design! Reduced code complexity. Easy correctness testing. Simplified performance optimization. Currently implemented synchronization primitives cover:

wrapper for the .Net SpinLock, TicketSpinLock, Lock replacement of C# lock (Monitor), wrapper around C# lock (monitor) benchmarking only, async/await AsyncLock, async/await AsyncSpinLock, async/await AsyncTicketSpinLock. AsyncTesting: SequencerUC A strongly typed Sequencer is a powerful threading or async/await based unit testing tool to simplify and test correctness in asynchronous and/or parallel code. The Sequencer allows to simplify control/detection of one or many testing thread flows and allows to deterministically setup testing scenario from unit test method and optionally inject data into the tested code to ensure required state.

MIT License

Copyright (c) 2017 ipavlu

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Product Compatible and additional computed target framework versions.
.NET Framework net46 is compatible.  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 (2)

Showing the top 2 NuGet packages that depend on GreenSuperGreen:

Package Downloads
GreenSuperGreen.Test

Unified Concurrency Tests: - wrapper for the .Net SpinLock, - TicketSpinLock, - Lock replacement of C# lock (Monitor), - wrapper around C# lock (monitor) benchmarking only, - async/await AsyncLock, - async/await AsyncSpinLock, - async/await AsyncTicketSpinLock.

GreenSuperGreen.Benchmarking

Unified Concurrency Benchmarking: - wrapper for the .Net SpinLock, - TicketSpinLock, - Lock replacement of C# lock (Monitor), - wrapper around C# lock (monitor) benchmarking only, - async/await AsyncLock, - async/await AsyncSpinLock, - async/await AsyncTicketSpinLock.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.6.1 22,959 2/9/2019
1.2.3 842 1/27/2019
1.2.2 880 1/13/2019
1.2.1 705 1/13/2019
1.2.0 884 1/12/2019
1.1.9 730 1/6/2019
1.1.8 890 12/30/2018
1.1.7 859 12/24/2018
1.1.6 928 12/24/2018
1.1.4 1,071 12/8/2018
1.1.2 897 12/5/2018
1.1.1 1,115 12/5/2018
1.1.0 1,171 3/18/2018
1.0.0.7 992 2/15/2018
1.0.0.6 1,000 1/18/2018
1.0.0.5 950 1/1/2018
1.0.0.4 1,056 12/30/2017
1.0.0.3 1,034 12/28/2017
1.0.0.2 1,001 12/28/2017
1.0.0 1,704 12/26/2017

GreenSuperGreen&#x0020;initial&#x0020;release