HikoGUI
Select Version: ⚠️ This documents the main development branch of HikoGUI. It might differ from release versions.
A low latency retained GUI
|
Public Member Functions | |
template<std::convertible_to< value_type > NewValue> | |
void | return_value (NewValue &&new_value) noexcept |
void | unhandled_exception () noexcept |
std::suspend_always | final_suspend () noexcept |
task | get_return_object () noexcept |
std::suspend_never | initial_suspend () noexcept |
Before we enter the coroutine, allow the caller to set the callback. | |
template<convertible_to_awaitable RHS> | |
decltype(auto) | await_transform (RHS &&rhs) |
Data Fields | |
notifier_type | notifier |
std::optional< value_type > | value = {} |
std::exception_ptr | exception = nullptr |
|
inlinenoexcept |
Before we enter the coroutine, allow the caller to set the callback.