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

Drain errors in destructors when possible #1510

Open
kchibisov opened this issue Oct 26, 2022 · 0 comments
Open

Drain errors in destructors when possible #1510

kchibisov opened this issue Oct 26, 2022 · 0 comments

Comments

@kchibisov
Copy link
Member

If we don't drain errors in destructors we can mess-up the logic in other apps. I'm not sure what policy to use for error propagation. It could be that plain eprintln is fine, but it could be undesired for some folks. We may use log for that for example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant