Nova.Threading.Metadata
1.1.1
dotnet add package Nova.Threading.Metadata --version 1.1.1
NuGet\Install-Package Nova.Threading.Metadata -Version 1.1.1
<PackageReference Include="Nova.Threading.Metadata" Version="1.1.1" />
paket add Nova.Threading.Metadata --version 1.1.1
#r "nuget: Nova.Threading.Metadata, 1.1.1"
// Install Nova.Threading.Metadata as a Cake Addin #addin nuget:?package=Nova.Threading.Metadata&version=1.1.1 // Install Nova.Threading.Metadata as a Cake Tool #tool nuget:?package=Nova.Threading.Metadata&version=1.1.1
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.