Currently, panicking in a extern "C" function will lead to a call to abort which could be ok if we make people aware that they will have changed panic behavior in the callback.
They will get the usual panic message but then a
thread caused non-unwinding panic. aborting.
Currently, panicking in a
extern "C"function will lead to a call toabortwhich could be ok if we make people aware that they will have changed panic behavior in the callback.They will get the usual panic message but then a
thread caused non-unwinding panic. aborting.