GreenSuperGreen.Benchmarking.Launcher.Net 1.2.3

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

// Install GreenSuperGreen.Benchmarking.Launcher.Net as a Cake Tool
#tool nuget:?package=GreenSuperGreen.Benchmarking.Launcher.Net&version=1.2.3

1) 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.

https://www.codeproject.com/Articles/1236238/Unified-Concurrency-I-Introduction
https://www.codeproject.com/Articles/1237518/Unified-Concurrency-II-benchmarking-methodologies
   https://www.codeproject.com/Articles/1242156/Unified-Concurrency-III-cross-benchmarking

2) 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.

3) Concurrent Priority Queues
Awaitable Concurrent Priority Queue - Optionally awaitable simple to use Concurrent Priority Queue.
https://www.codeproject.com/Articles/1222893/Optionally-Awaitable-Concurrent-Priority-Queue

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.7.1 624 3/7/2019
1.2.6.5 516 3/7/2019
1.2.6.4 566 2/9/2019
1.2.4.1 575 2/7/2019
1.2.3 584 1/27/2019
1.2.0 628 1/12/2019
1.1.9 620 1/8/2019
1.1.8 616 12/30/2018
1.1.4 604 12/8/2018

Main development effort.