|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Core::Engine::await_shutdown | ( | ) |
Blocks until shutdown is requested (main thread event loop)
Pumps platform-specific events on the main thread and waits for shutdown. On macOS: Runs CFRunLoop to process dispatch queue (required for GLFW) On other platforms: Simple blocking wait for user input
Should be called on the main thread after Start().
Definition at line 169 of file Engine.cpp.
References MayaFlux::Journal::Core, m_should_shutdown, MF_PRINT, and MayaFlux::Journal::Runtime.
Referenced by MayaFlux::Await().
Here is the caller graph for this function: