|
Aria 2.0.0
C++23 MVVM framework (C++20 minimum) — reactive, coroutine-first, ABI-layered
|
#include "aria/error.hpp"#include <cstdint>#include <optional>#include <type_traits>#include <utility>Go to the source code of this file.
Classes | |
| struct | aria::async::AsyncCommandResult< R > |
| Result of AsyncCommand<R, Args...>::co_execute(...). More... | |
| struct | aria::async::AsyncCommandResult< void > |
| Specialisation for void-returning commands. More... | |
Namespaces | |
| namespace | aria |
| namespace | aria::async |
Enumerations | |
| enum class | aria::async::AsyncCommandStatus : std::uint8_t { aria::async::Completed , aria::async::Dropped , aria::async::Cancelled , aria::async::Failed } |
| Outcome category for a single AsyncCommand invocation. More... | |