Interface for loop completion event handling. More...
#include <string>#include <memory>#include <rad/application.hpp>Go to the source code of this file.
Classes | |
| class | ifw::slm::LoopCompletionHandler |
| Interface for handling loop completion events. More... | |
Namespaces | |
| namespace | ifw |
| namespace | ifw::slm |
Functions | |
| std::unique_ptr< LoopCompletionHandler > | ifw::slm::CreateLoopCompletionHandler (rad::Application &appl) |
| Factory function to create LoopCompletionHandler instances. | |
Interface for loop completion event handling.
This interface provides a clean way for application-level loop implementations to signal completion without exposing internal framework events.