Metadata >> NuGet >> Nova.Threading.Metadata

Nova.Threading.Metadata

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 Package containing the metadata for the Nova.Threading system.
Title Nova Threading - Metadata
PackageSize 11712
PackageHashAlgorithm SHA512
PackageHash Nt386YpHvAytmjsoVBFbJ0EZV/fw9J3qb1A9dZZEuRAWRyOwZhfXlqrq3nqMNIoYI6p3SoogaWdzMUMpnaJCgw==
DownloadCount 000000
CreatedDate 2013-10-15T16:58:23

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.Metadata -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Nova.Threading.Metadata -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.Metadata
Installing the package (HTTP Basic authentication):
Install-Package Nova.Threading.Metadata -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Nova.Threading.Metadata -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package Nova.Threading.Metadata

OpenWrap

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

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
1.1.1
1.1.0
1.0.0