Metadata >> NuGet >> Nito.AsyncEx >> 0.15.0-beta

0.15.0-beta

Metadata

Authors Stephen Cleary
Description A helper library for the Task-Based Asynchronous Pattern (TAP).
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/
ReleaseNotes [0.15.0] Upgraded to Microsoft.Bcl.Async 1.0.14-rc. Added DeferralManager, Task.Then, and AsyncFactory<T>.FromEvent. Changed default parameters to overloads. [0.14.0] Added CancellationTokenHelpers, AsyncProducerConsumerQueue, and AsyncCollection. [0.13.0] BREAKING CHANGES. Massive changes to enhance portable library support. Now uses Microsoft.Bcl.Async instead of Microsoft.CompilerServices.AsyncTargetingPack. [0.12.0] Completely reworked AsyncContext and AsyncContextThread. Added more TaskConstants, CancellationToken.AsTask, TaskFactory.Run, AsyncConditionVariable, AsyncMonitor, AsyncAutoResetEvent, AsyncBarrier, AsyncCountdownEvent, AsyncSemaphore, and some TCS extensions. Enhanced debugger and trace support for all types. [0.11.1] Corrected metadata. [0.11.0] Added FuncBlock and corrected TPL Dataflow references to the released version. [0.10.0] Added AsyncLazy, AsyncLock, AsyncManualResetEvent, and OrderByCompletion. [0.9.1] Fixed version number. [0.9.0] Removed SL4 and WP7 targets. Removed DataflowProgress from .NET 4.0 target. Removed several thread-specific properties from AsyncContextThread. Added Contracts to .NET 4.5 and Windows Store targets. [0.8.0] Removed Run overloads for AsyncContext and moved ICancelableAsync support to a separate assembly. [0.7.0] Added Run/RunTask overloads for AsyncContext. [0.6.0] Added Silverlight 5 build. [0.5.0] Moved ICancelableAsync support to a separate class to avoid requiring a reference to Microsoft.TeamFoundation.Client. [0.4.0] Added ICancelableAsync support; corrected ToEnd exception handling; changed ExceptionHelpers to detect and use ExceptionDispatchInfo at runtime. [0.3.0] Added Metro dev preview (.NETCore45) and .NET 4.5 dev preview (net45-client) builds. [0.2.0] Added progress implementations (ObserverProgress, PropertyProgress, and ProducerProgress) and SynchronizationContextHelpers.CurrentOrDefault. [0.1.0] Added WaitHandle.WaitOne(CancellationToken), Task.WaitWithoutException, and CancellationToken overloads for all Task.Wait* methods.
RequireLicenseAcceptance False
Summary A helper library for the Task-Based Asynchronous Pattern (TAP).
Tags nito async await async-await task asynchronous dataflow net45 win8 net40 netcore45 sl5 sl4 wp8 wp75 wp71 iasyncresult
Dependencies Microsoft.Bcl.Async|Nito.AsyncEx.DataflowProxy
Title Async and Task Helpers
PackageSize 1362547
PackageHashAlgorithm SHA512
PackageHash tftrYAcIFW/AUiQl556GOCk1pOZAeBwgBM4Gk4t9A8lLJz00Q+6TKwcCfJtM+A5+AEaCA4VF2MLI+8ZuWa9MMg==
DownloadCount 000000
CreatedDate 2013-02-16T21:57:22

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 Nito.AsyncEx -Version 0.15.0-beta -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Nito.AsyncEx -Version 0.15.0-beta -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Deleting the package from the server (for each registered key):
nuget delete Nito.AsyncEx 0.15.0-beta %key% -Source     http://nuget.gw.symbolsource.org/Public/NuGet

NuGet (Package Manager Console)

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

OpenWrap

Installing the package:
o add-wrap Nito.AsyncEx -Version 0.15.0-beta
Uninstalling the package:
o remove-wrap Nito.AsyncEx

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.0 Binaries
AnyCPU Release .NETFramework,Version=v4.5 Binaries
AnyCPU Release .NETPortable,Version=v0.0,Profile=net40+win8 Binaries
AnyCPU Release .NETPortable,Version=v0.0,Profile=net40+win8+sl4+wp71 Binaries
AnyCPU Release .NETPortable,Version=v0.0,Profile=net45+win8 Binaries
AnyCPU Release Silverlight,Version=v4.0 Binaries
AnyCPU Release Windows,Version=v8.0 Binaries
AnyCPU Release WindowsPhone,Version=v7.1 Binaries
AnyCPU Release WindowsPhone,Version=v8.0 Binaries