Metadata >> NuGet >> Nova.Threading >> 1.5.3

1.5.3

Metadata

Authors Steven Thuriot
Description 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.
Language en-US
LicenseUrl https://github.com/StevenThuriot/Nova.Threading/blob/master/LICENSE.md
Owners Steven Thuriot
ProjectUrl https://github.com/StevenThuriot/Nova.Threading
RequireLicenseAcceptance True
Summary Threaded action queuing system.
Dependencies Microsoft.Tpl.Dataflow|Nova.Threading.Metadata
Title Nova Threading
PackageSize 45136
PackageHashAlgorithm SHA512
PackageHash rqLfuvHIrznIVP5OASut6tKN9tEMBUfFEkT1MdcWBERKvINA7T9NryptAHoZesZ4JDglWnUIjVlltmHPuyBJXA==
DownloadCount 000000
CreatedDate 2013-07-28T14:55:57

Access

You can access data for this version using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install Nova.Threading -Version 1.5.3 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Nova.Threading -Version 1.5.3 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Deleting the package from the server (for each registered key):
nuget delete Nova.Threading 1.5.3 %key% -Source     http://nuget.gw.symbolsource.org/Public/NuGet

NuGet (Package Manager Console)

Installing the package (HTTP Basic authentication):
Install-Package Nova.Threading -Version 1.5.3 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Nova.Threading -Version 1.5.3 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

OpenWrap

Installing the package:
o add-wrap Nova.Threading -Version 1.5.3
Uninstalling the package:
o remove-wrap Nova.Threading

Compilations

A compilation is created for every set of binaries produced from a single unchanged set of sources in different compilation modes (Debug, Release), for different platforms (x86, x64) or targetting different frameworks.

Profile Mode Platform Related
AnyCPU Release .NETFramework,Version=v4.5 Binaries