|
|
|
|
|
by nicoburns
391 days ago
|
|
Is that used for application-level errors though? Rust web servers do that too, but it is used a fallback to avoid bringing down the whole server due to an unexpected crash. It is not a mechanism you would use intentionally. |
|