MayaFlux 0.4.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 131 of file WindowManager.hpp.

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