Metadata >> NuGet >> AsynchronousBridge

AsynchronousBridge

Metadata

Authors Tom Jacques
Copyrights Copyright 2013
Description Binaries for the AsyncBridge library. Visit https://github.com/tejacques/AsyncBridge for an overview and usage examples.
IconUrl https://raw.github.com/tejacques/AsyncBridge/master/icon/AsyncBridge.png
LicenseUrl https://github.com/tejacques/AsyncBridge/blob/master/LICENSE.txt
Owners Tom Jacques
ProjectUrl https://github.com/tejacques/AsyncBridge/
ReleaseNotes Version Release Notes: Version 1.2.2 - Uses ConcurrentQueue instead of a Queue with locks. Version 1.2.1 - Small improvements to error handling Version 1.2.0 - Allow for recursive asynchronicity by passing the current task queue. Version 1.1.1: - Better dependency management Version 1.1.0: - Add support for .NET 4.0 - Added new method to unwrap task result in callback. - Bug fixes in error handling. Version 1.0.3: - Include updated documentation and debugging information in package Version 1.0.2: - Fix a race condition by replacing task.ContinueWith with the direct continuation invocation Version 1.0.1: - Include XML Documentation Version 1.0.0: Fully operational basic functionary for - AsyncBridge.Run(Task) - AsyncHelper.FireAndForget(Func<Task>, Action<Exception>)
RequireLicenseAcceptance False
Summary An open source helper library for interacting with asynchronous methods from synchronous ones from Windows Forms and ASP.NET applications.
Tags Asynchronous Async Await Deadlock Callback
Title AsyncBridge
PackageSize 25633
PackageHashAlgorithm SHA512
PackageHash NH610j2cahRGAyLkeD/O4q16NEyn6TSuk/k1NHUoRmaw6W+cxyQQhkDGbIpnwZc/elDWK0KIC8dyvC33mK/PWA==
DownloadCount 000000
CreatedDate 2013-12-09T21:02:10
Dependencies Microsoft.Bcl.Async::net40|::net45

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

OpenWrap

Installing the package:
o add-wrap AsynchronousBridge
Uninstalling the package:
o remove-wrap AsynchronousBridge

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.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.3
1.0.2