Skip to content

Scope panics to processes

Yorick Peterse requested to merge scope-panics-to-processes into master

This MR improves panic handling, allowing processes to install a panic handler. When installed, a block will be executed upon a panic, and the process (not the program) will terminate. Processes that panic without a panic handler will still terminate the entire program.

Fixes #139 (closed)

Edited by Yorick Peterse

Merge request reports