Glib::Thread::Exit Class Reference
[Threads]

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

#include <glibmm/thread.h>


Detailed Description

Exception class used to exit from a thread.

 throw Glib::Thread::Exit();

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


Generated on Mon May 3 23:46:31 2010 for glibmm by  doxygen 1.6.1