Catch unhandled exceptions in background processing, call

wxApp::OnUnhandledException()
This commit is contained in:
bubnikv 2018-11-06 11:54:36 +01:00
parent 0ac17b5513
commit 7c934ef951
2 changed files with 12 additions and 1 deletions

View file

@ -80,6 +80,7 @@ public:
private:
void thread_proc();
void thread_proc_safe();
void join_background_thread();
// To be called by Print::apply() through the Print::m_cancel_callback to stop the background
// processing before changing any data of running or finalized milestones.