MayaFlux
0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
◆
~ServerThread()
Lila::ServerThread::~ServerThread
(
)
inline
Definition at line
182
of file
ServerThread.hpp
.
183
{
184
// Automatically join on destruction (mimics std::jthread behavior)
185
if
(
m_thread
.joinable()) {
186
request_stop
();
187
m_thread
.join();
188
}
189
}
Lila::ServerThread::request_stop
void request_stop() noexcept
Definition
ServerThread.hpp:191
Lila::ServerThread::m_thread
std::thread m_thread
Definition
ServerThread.hpp:211
References
m_thread
, and
request_stop()
.
Here is the call graph for this function:
Lila
ServerThread
Generated by
1.9.8