dotvariant icon indicating copy to clipboard operation
dotvariant copied to clipboard

Handle types implementing `IAsyncDisposable`

Open mknejp opened this issue 3 years ago • 0 comments

Right now disposing is only handled for IDisposable. However if a type implements IAsyncDisposable the variant should implement that as well and delegate asynchronous disposing to the live value where appropriate.

mknejp avatar Nov 27 '21 16:11 mknejp