AsyncBridge icon indicating copy to clipboard operation
AsyncBridge copied to clipboard

A library to help bridge C# async method execution from synchronous methods, such as in Windows Forms and ASP.NET.

Results 8 AsyncBridge issues
Sort by recently updated
recently updated
newest added

When a task is awaited, the UI could repaint and trigger events. But this doesn't happen because `_workItemsWaiting.WaitOne()` also blocks the event queue of WPF windows. A DispatcherFrame can be...

The signed assemblies are necessary so that the library can be used in click-once applications.

- Now target .NET Standard 1.1. - Removed support of .NET 4.0. - Removed old nuget builder since project now output nuget package.

Can you add .Net Standard and .Net Core support?

I write a program follow your README.MD .I find it works fine and do not cause a deadlock. I am new to learn Async/await. Here is the code. ` class...

Hi, Using Html.RenderAction in a razor view in combination of Async Brige in a controller method cause a deadlock. I know MVC does not support async methods for partial view,...

Hi, I stumbled upon your code, and found that I have a very similar way of doing a FireAndForget as you have in this library. Only, I don't have the...

Currently child events will continue running, they should be cancelled and dealt with in a safe manner.

bug
enhancement
performance