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

◆ set_terminate()

void MayaFlux::Core::WindowManager::set_terminate ( )
inline

Set terminate flag to stop event loop thread.

This flag is also checked during destroy closed windows to check if backend resources should be released.

Definition at line 130 of file WindowManager.hpp.

130{ m_terminate.store(true); }
std::atomic< bool > m_terminate