Info
| Version: | 1.0.0 |
| Author(s): | Shayne van Asperen |
| Last Update: | Wednesday, July 12, 2017 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/shaynevanasperen/Code |
| NuGet Url: | https://www.nuget.org/packages/Code.Threading.SafeAsync |
Install
Install-Package Code.Threading.SafeAsync
dotnet add package Code.Threading.SafeAsync
paket add Code.Threading.SafeAsync
Code.Threading.SafeAsync Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
A class containing methods for synchronously waiting on a Task, preventing deadlocks due to the presence of a synchronization context. Useful as a temporary solution until you can flow async all the way through.