![]() |
Deskflow 1.26.0.418
Keyboard and mouse sharing utility
|
Thread exception to exit. More...
#include <ThreadException.h>


Public Member Functions | |
| ThreadExitException (void *result) | |
result is the result of the thread | |
| ~ThreadExitException () override=default | |
Public Attributes | |
| void * | m_result |
Thread exception to exit.
Thrown by Thread::exit() to exit a thread. Clients of Thread must not throw this type but must rethrow it if caught (by ThreadExitException, ThreadException, or ...).
|
inlineexplicit |
result is the result of the thread
|
overridedefault |
| void* ThreadExitException::m_result |