|
Aria 2.0.0
C++23 MVVM framework (C++20 minimum) — reactive, coroutine-first, ABI-layered
|
#include "aria/abi/export.hpp"#include "aria/property_ops.hpp"#include <chrono>#include <functional>#include <memory>#include <cstddef>Go to the source code of this file.
Classes | |
| class | aria::runtime::IDispatcher |
| Abstract main-thread dispatcher. More... | |
| class | aria::runtime::SimpleDispatcher |
| In-process dispatcher: runs queued callables when pump() is invoked (typically from your main loop). More... | |
Namespaces | |
| namespace | aria |
| namespace | aria::runtime |
Functions | |
| std::shared_ptr< IDispatcher > | aria::runtime::main_dispatcher () |
| Obtain an owning snapshot of the main dispatcher. | |
| void | aria::runtime::set_main_dispatcher (std::shared_ptr< IDispatcher > dispatcher) |