Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle types implementing IAsyncDisposable #47

Open
mknejp opened this issue Nov 27, 2021 · 0 comments
Open

Handle types implementing IAsyncDisposable #47

mknejp opened this issue Nov 27, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@mknejp
Copy link
Owner

mknejp commented Nov 27, 2021

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 mknejp added the enhancement New feature or request label Nov 27, 2021
@mknejp mknejp self-assigned this Nov 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant