|
Aria 2.0.0
C++23 MVVM framework (C++20 minimum) — reactive, coroutine-first, ABI-layered
|
#include "aria/callback_boundary.hpp"#include <cstddef>#include <concepts>#include <type_traits>#include <functional>#include <memory>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| class | aria::Subscription |
| RAII handle to a single subscription. More... | |
| class | aria::SubscriptionBag |
| Aggregate holder: owns multiple Subscriptions and drops them together. More... | |
Namespaces | |
| namespace | aria |