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

◆ request_stop()

void Lila::ServerThread::request_stop ( )
inlinenoexcept

Definition at line 191 of file ServerThread.hpp.

192 {
193 if (m_stop_flag) {
194 m_stop_flag->store(true, std::memory_order_release);
195 }
196 }
std::shared_ptr< std::atomic< bool > > m_stop_flag

References m_stop_flag.

Referenced by operator=(), Lila::Server::stop(), and ~ServerThread().

+ Here is the caller graph for this function: