|
HikoGUI
A low latency retained GUI
|
Public Member Functions | |
| void | return_value (std::convertible_to< value_type > auto &&new_value) noexcept |
| void | unhandled_exception () noexcept |
| std::suspend_always | final_suspend () noexcept |
| scoped_task | get_return_object () noexcept |
| std::suspend_never | initial_suspend () noexcept |
| Before we enter the coroutine, allow the caller to set the callback. | |
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.