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

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

ErrorSinkaria::async::error_sink_ ()
void aria::async::set_error_sink (ErrorSink sink) noexcept
void aria::async::report_async_error (std::string_view msg) noexcept