AsynchronousBridge 1.0.3
See the version list below for details.
Install-Package AsynchronousBridge -Version 1.0.3
dotnet add package AsynchronousBridge --version 1.0.3
<PackageReference Include="AsynchronousBridge" Version="1.0.3" />
paket add AsynchronousBridge --version 1.0.3
#r "nuget: AsynchronousBridge, 1.0.3"
// Install AsynchronousBridge as a Cake Addin
#addin nuget:?package=AsynchronousBridge&version=1.0.3
// Install AsynchronousBridge as a Cake Tool
#tool nuget:?package=AsynchronousBridge&version=1.0.3
Binaries for the AsyncBridge library.
Visit https://github.com/tejacques/AsyncBridge for an overview and usage examples.
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on AsynchronousBridge:
Package | Downloads |
---|---|
Naos.Database.Tools
Created on 2017-10-21 08:13 |
|
Naos.Database.MessageBus.Hangfire.Console
Created on 2022-06-23 02:19 |
|
Niknak.Social.Twitter
A simple library for retrieving data from Twitter, via searching, a user's timeline or a stream. Data is dropped into either included basic types or types the calling code specifies, so long as they implement the included interfaces. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on AsynchronousBridge:
Repository | Stars |
---|---|
UweKeim/ZetaResourceEditor
Free multilingual, parallel .NET resource file editing
|
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>)