|
Aria 2.0.0
C++23 MVVM framework (C++20 minimum) — reactive, coroutine-first, ABI-layered
|
#include "aria/async/executor.hpp"#include "aria/property_ops.hpp"#include "aria/runtime/dispatcher.hpp"#include <chrono>#include <functional>#include <utility>Go to the source code of this file.
Classes | |
| class | aria::runtime::DispatcherExecutor |
| IExecutor forwarding post() to a runtime::IDispatcher. More... | |
| class | aria::runtime::DispatcherScheduler |
| IDelayedScheduler backed by IDispatcher::post_delayed. More... | |
Namespaces | |
| namespace | aria |
| namespace | aria::runtime |