MCPcopy Create free account
hub / github.com/deskflow/deskflow / ThreadExitException

Method ThreadExitException

src/lib/mt/ThreadException.h:23–26  ·  view source on GitHub ↗

\c result is the result of the thread

Source from the content-addressed store, hash-verified

21public:
22 //! \c result is the result of the thread
23 explicit ThreadExitException(void *result) : m_result(result)
24 {
25 // do nothing
26 }
27 ~ThreadExitException() override = default;
28
29public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected