-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Design and implement I/O error handling strategy #6163
Comments
FWIW a brief recap (and slight evolution) of my proposal: -2. Make it possible for a supervising task to intercept the argument its child task gives to
Benefits:
Other possibilities:
|
@glehel thanks for the comments. Making Relying on Being able to recover from a close error is a good argument for the |
On Sat, May 4, 2013 at 7:56 PM, Brian Anderson [email protected]:
AFAIK, you can check for any errors that would happen on |
@brson right, making ...although. If the |
Won't be done for 0.7 |
Triage: nothing particularly to say, although the new |
…1995 Remove lazy_static completely and use once_cell feature instead Follow-up to rust-lang/rust-clippy#6120 This removes the last remaining `lazy_static` usages and replaces them with `SyncLazy` from the `once_cell` feature. --- changelog: none
Getting error handling right is difficult. Lot of ins, lot of outs, etc.
Discussion here: https://mail.mozilla.org/pipermail/rust-dev/2013-April/003746.html
The text was updated successfully, but these errors were encountered: