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

◆ is_shutdown_requested()

bool MayaFlux::Core::Engine::is_shutdown_requested ( ) const

Check if shutdown has been requested.

Returns
true if shutdown was requested

Definition at line 226 of file Engine.cpp.

227{
228 return m_should_shutdown.load(std::memory_order_acquire);
229}
std::atomic< bool > m_should_shutdown
Definition Engine.hpp:393

References m_should_shutdown.