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

◆ ServerThread() [3/4]

Lila::ServerThread::ServerThread ( ServerThread &&  other)
inlinenoexcept

Definition at line 159 of file ServerThread.hpp.

160 : m_thread(std::move(other.m_thread))
161 , m_stop_flag(std::move(other.m_stop_flag))
162 {
163 }
std::shared_ptr< std::atomic< bool > > m_stop_flag