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

◆ joinable()

bool Lila::ServerThread::joinable ( ) const
inlinenoexcept

Definition at line 205 of file ServerThread.hpp.

206 {
207 return m_thread.joinable();
208 }

References m_thread.

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

+ Here is the caller graph for this function: