Nova Threading NuGet Package

Action Queuing system designed for the Nova project.
Branched into this repository after growing enough to be a standalone project.
Allows queuing through a manager on several queues.
A queue can be created, destroyed or blocked.
A blocked queue will not execute anything.
Queues are built on top of .NET's dataflow library.
Actions that belong to non-existant queues don't get executed.
However, they can be marked to run unqueued.
Metadata is easy to configure using attributes.

(e.g. Blocking, Creational, ...)
Action implementation is decoupled from the queuing system.

A WPF specific dll has already been made.




Got any Nova Threading Question?





Info

Version: 2.1.3
Author(s): Steven Thuriot
Last Update: Sunday, January 12, 2014
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/StevenThuriot/Nova.Threading
NuGet Url: https://www.nuget.org/packages/Nova.Threading


Install
Install-Package Nova.Threading
dotnet add package Nova.Threading
paket add Nova.Threading
Nova.Threading Download (Unzip the "nupkg" after downloading)





STATS

must-have-score

.3

avg-downloads-per-day

2

days-since-last-release

3777