|
Aria 2.0.0
C++23 MVVM framework (C++20 minimum) — reactive, coroutine-first, ABI-layered
|
This is the complete list of members for aria::async::AsyncCommand< R, Args >, including all inherited members.
| Action typedef | aria::async::AsyncCommand< R, Args > | |
| AsyncCommand(Ui &ui, Worker &worker, Fn action, AsyncCommandPolicy policy=AsyncCommandPolicy::Parallel) | aria::async::AsyncCommand< R, Args > | inline |
| AsyncCommand(IExecutor &ui, IExecutor &worker, Fn action, AsyncCommandPolicy policy=AsyncCommandPolicy::Parallel) | aria::async::AsyncCommand< R, Args > | inline |
| AsyncCommand(const AsyncCommand &)=delete | aria::async::AsyncCommand< R, Args > | |
| co_execute(Args... args) | aria::async::AsyncCommand< R, Args > | inline |
| execute(Args... args) | aria::async::AsyncCommand< R, Args > | inline |
| is_executing | aria::async::AsyncCommand< R, Args > | |
| last_error | aria::async::AsyncCommand< R, Args > | |
| last_error_message | aria::async::AsyncCommand< R, Args > | |
| last_result | aria::async::AsyncCommand< R, Args > | |
| operator=(const AsyncCommand &)=delete | aria::async::AsyncCommand< R, Args > | |
| policy() const noexcept | aria::async::AsyncCommand< R, Args > | inline |
| ~AsyncCommand() | aria::async::AsyncCommand< R, Args > | inline |