Info
Version: | 1.1.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.Metadata |
Install
Install-Package Nova.Threading.Metadata
dotnet add package Nova.Threading.Metadata
paket add Nova.Threading.Metadata
Nova.Threading.Metadata Download (Unzip the "nupkg" after downloading)
Dependencies
1 package depend on this package.
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.