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

◆ stop_requested()

bool Lila::ServerThread::StopToken::stop_requested ( ) const
inlinenoexcept

Definition at line 133 of file ServerThread.hpp.

134 {
135 return m_stop_flag && m_stop_flag->load(std::memory_order_acquire);
136 }
const std::atomic< bool > * m_stop_flag

References m_stop_flag.

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

+ Here is the caller graph for this function: