HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
v1::scoped_task< T >::promise_type Struct Reference

Public Member Functions

void return_value (std::convertible_to< value_type > auto &&value) noexcept
 
void unhandled_exception () noexcept
 
std::suspend_never 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
 
return_value_ptr_type _value_ptr
 

Member Function Documentation

◆ initial_suspend()

template<typename T = void>
std::suspend_never v1::scoped_task< T >::promise_type::initial_suspend ( )
inlinenoexcept

Before we enter the coroutine, allow the caller to set the callback.


The documentation for this struct was generated from the following file: