ritual icon indicating copy to clipboard operation
ritual copied to clipboard

Exception/panic safety

Open Riateche opened this issue 7 years ago • 0 comments

Passing exceptions and panics through FFI boundary is forbidden. It's probably best to wrap all C++ calls to try/catch and all Rust lambda calls to catch_unwind, and terminate the process completely in case of an exception or a panic, but we need to test if there are any negative effects.

Riateche avatar Oct 27 '16 22:10 Riateche