Ascentis.AsyncDisposer 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Ascentis.AsyncDisposer --version 1.1.0
NuGet\Install-Package Ascentis.AsyncDisposer -Version 1.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Ascentis.AsyncDisposer" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ascentis.AsyncDisposer --version 1.1.0
#r "nuget: Ascentis.AsyncDisposer, 1.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Ascentis.AsyncDisposer as a Cake Addin
#addin nuget:?package=Ascentis.AsyncDisposer&version=1.1.0

// Install Ascentis.AsyncDisposer as a Cake Tool
#tool nuget:?package=Ascentis.AsyncDisposer&version=1.1.0

Ascentis.AsyncDisposer Component

Use this static class to dispose of IDisposable objects using async semantics. When to use this? If you use third party software which you can't modify that has caused you trouble when disposing objects on an event which later makes software beyond your control throw exceptions because somewhere in the call stack it tries to use the diposed object. With this class you can enqueue the IDisposable instance in the AsyncDisposer queue and it will be guaranteed to stay in queue for a specified global period of time before being take for disposal. Tune the timing in a way that gives time enough for the calling procedure in the stack to complete and return to the caller.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.5 697 6/15/2020
1.2.4 682 6/14/2020
1.2.3 650 6/14/2020
1.2.2 679 6/14/2020
1.2.1 681 6/14/2020
1.2.0 712 6/14/2020
1.1.0 681 9/2/2019
1.0.0.5 502 9/2/2019
1.0.0.3 548 8/27/2019
1.0.0.2 537 8/27/2019
1.0.0.1 645 8/25/2019

Improve type management of return types using generic types