glibmm 2.66.5
Glib::Threads::Thread::Exit Class Reference

Exception class used to exit from a thread. More...

#include <glibmm/threads.h>

Detailed Description

Exception class used to exit from a thread.

Exception class used to exit from a thread.
Definition: threads.h:218

Write this if you want to exit from a thread created by Threads::Thread::create(). Of course you must make sure not to catch Threads::Thread::Exit by accident, i.e. when using catch(...) somewhere in your code.

Deprecated:
Please use std::thread instead.