MayaFlux
0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
◆
ServerThread()
[3/4]
Lila::ServerThread::ServerThread
(
ServerThread
&&
other
)
inline
noexcept
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
}
Lila::ServerThread::m_stop_flag
std::shared_ptr< std::atomic< bool > > m_stop_flag
Definition
ServerThread.hpp:212
Lila::ServerThread::m_thread
std::thread m_thread
Definition
ServerThread.hpp:211
Lila
ServerThread
Generated by
1.9.8