Michonne by Cyrille Dupuydauby,Thomas Pierrain

<PackageReference Include="Michonne" Version="0.4.0" />

 Michonne 0.4.0

"No lock... no deadlock!" Michonne is a library that allows you to erradicate deadlocks within your applicative code by providing you composable behaviors for tasks/lambdas execution (i.e. dispatcher, sequencer, balking dispatcher, etc), in replacement of locks and raw TPL primitives that will lead you to deadlocks.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Michonne</id>
    <version>0.4.0</version>
    <title>Michonne Library</title>
    <authors>Cyrille Dupuydauby,Thomas Pierrain</authors>
    <owners>Cyrille Dupuydauby,Thomas Pierrain</owners>
    <licenseUrl>https://github.com/dupdob/Michonne/blob/master/LICENSE.txt</licenseUrl>
    <projectUrl>http://dupdob.github.io/Michonne/</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <developmentDependency>true</developmentDependency>
    <description>"No lock... no deadlock!" Michonne is a library that allows you to erradicate deadlocks within your applicative code by providing you composable behaviors for tasks/lambdas execution (i.e. dispatcher, sequencer, balking dispatcher, etc), in replacement of locks and raw TPL primitives that will lead you to deadlocks.</description>
    <summary>The deadlock killer library. Michonne helps you write concurrent code without the need for locks</summary>
    <releaseNotes>Alpha release. Contains main APIs but still early implementation.</releaseNotes>
    <copyright>© C.Dupuydauby</copyright>
    <tags>Sequencer Threaded Concurrency</tags>
  </metadata>
</package>