Nova Threading - WPF 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 - WPF Question?





Info

Version: 2.3.1
Author(s): Steven Thuriot
Last Update: Tuesday, October 15, 2013
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/StevenThuriot/Nova.Threading
NuGet Url: https://www.nuget.org/packages/Nova.Threading.WPF


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





STATS

must-have-score

.3

avg-downloads-per-day

1

days-since-last-release

4058