Aria 2.0.0
C++23 MVVM framework (C++20 minimum) — reactive, coroutine-first, ABI-layered
Loading...
Searching...
No Matches
async_command_result.hpp File Reference
#include "aria/error.hpp"
#include <cstdint>
#include <optional>
#include <type_traits>
#include <utility>
Include dependency graph for async_command_result.hpp:
This graph shows which files directly or indirectly include this file:

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...