|
Aria 2.0.0
C++23 MVVM framework (C++20 minimum) — reactive, coroutine-first, ABI-layered
|
#include "aria/callback_boundary.hpp"#include <functional>#include <string_view>#include <utility>Go to the source code of this file.
Namespaces | |
| namespace | aria |
| namespace | aria::async |
Typedefs | |
| using | aria::async::ErrorSink = std::function<void(std::string_view)> |
Functions | |
| ErrorSink & | aria::async::error_sink_ () |
| void | aria::async::set_error_sink (ErrorSink sink) noexcept |
| void | aria::async::report_async_error (std::string_view msg) noexcept |