Metadata >> NuGet >> Nito.AsyncEx.AsyncLocal

Nito.AsyncEx.AsyncLocal

Metadata

Authors Stephen Cleary
Description AsyncLocal<T> and associated collections, similar to ThreadLocal<T> but for async/await code.
IconUrl https://lh3.googleusercontent.com/-rWegFo7oREc/Tmgxy2qf6mI/AAAAAAAAFoE/15IERRFJ01I/s800/cadence%2525202%252520small.PNG
Language en-US
Owners Stephen Cleary
ProjectUrl http://nitoasyncex.codeplex.com/
RequireLicenseAcceptance False
Summary AsyncLocal<T> and associated collections, similar to ThreadLocal<T> but for async/await code.
Tags nito async await async-await asynchronous net45
Dependencies Microsoft.Bcl.Immutable
Title Async-local Variables
PackageSize 26501
PackageHashAlgorithm SHA512
PackageHash QlqmfTjoRyDo7nyxxMFeYuOksAglCE1xFgVEuERPFDhbq1WnsX2njLHnmT9g0amZvbv9rAyMWfWa7P3XhCcikw==
DownloadCount 000000
CreatedDate 2013-05-11T19:51:53

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

OpenWrap

Installing the package:
o add-wrap Nito.AsyncEx.AsyncLocal
Uninstalling the package:
o remove-wrap Nito.AsyncEx.AsyncLocal

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.0.0-pre