MayaFlux 0.2.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 193 of file Engine.cpp.

194{
195 return m_should_shutdown.load(std::memory_order_acquire);
196}
std::atomic< bool > m_should_shutdown
Definition Engine.hpp:332

References m_should_shutdown.