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 }
void request_stop() noexcept

References m_thread, and request_stop().

+ Here is the call graph for this function: