Metadata >> NuGet >> Nova.Threading

Nova.Threading

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:1.1.1
Title Nova Threading
PackageSize 48903
PackageHashAlgorithm SHA512
PackageHash inXzBH95L/MEwTimFpbjYjikdNU5mzl9DZe4XNDxakq/vgKSDyZqXfQNiENfQtxmI6aIHyltiQw53h93VFig/g==
DownloadCount 000000
CreatedDate 2014-01-12T12:27:42

Access

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

NuGet (nuget.exe)

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

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package Nova.Threading
Installing the package (HTTP Basic authentication):
Install-Package Nova.Threading -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Nova.Threading -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package Nova.Threading

OpenWrap

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

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
2.1.3
2.1.2
2.1.1
2.0.0
1.5.3
1.5.2
1.5.1
1.5.0
1.0.0