Finalze behavior for uncaught panics in child threads #23078
Labels
P-medium
Medium priority
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Currently, an uncaught panic on a child thread will result in output to that thread's panic output handle (which is currently overridable).
This may not be a desirable default, and we probably want the behavior to be more thoroughly customizable.
See this previous RFC for some discussion on the topic, and the corresponding RFC issue.
We need to make a decision here before 1.0.
The text was updated successfully, but these errors were encountered: