#include <XThread.h>
Inherits XThread.
Inheritance diagram for XThreadExit:
Public Member Functions | |
XThreadExit (void *result) | |
result is the result of the thread | |
Public Attributes | |
void * | m_result |
Thrown by CThread::exit() to exit a thread. Clients of CThread must not throw this type but must rethrow it if caught (by XThreadExit, XThread, or ...).
Definition at line 26 of file XThread.h.