MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ join()

void Lila::ServerThread::join ( )
inline

Definition at line 198 of file ServerThread.hpp.

199 {
200 if (m_thread.joinable()) {
201 m_thread.join();
202 }
203 }

References m_thread.

Referenced by Lila::Server::stop().

+ Here is the caller graph for this function: