Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Abort processes upon panic is safer than the default "unwind" stack strategy. For example, it prevents tokio from catching panics from spawned tasks.
- Loading branch information