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

◆ StopToken()

Lila::ServerThread::StopToken::StopToken ( const std::atomic< bool > *  stop_flag)
inlineexplicit

Definition at line 128 of file ServerThread.hpp.

129 : m_stop_flag(stop_flag)
130 {
131 }
const std::atomic< bool > * m_stop_flag