COROIO: NNet::TValuePromise< T > Struct Template Reference
COROIO
 
Loading...
Searching...
No Matches
NNet::TValuePromise< T > Struct Template Reference
Inheritance diagram for NNet::TValuePromise< T >:
NNet::TValuePromiseBase< T >

Public Member Functions

TValueTask< T > get_return_object ()
 
void return_value (const T &t)
 
void return_value (T &&t)
 
void unhandled_exception ()
 
- Public Member Functions inherited from NNet::TValuePromiseBase< T >
std::suspend_never initial_suspend ()
 
TFinalAwaiter< T > final_suspend () noexcept
 

Public Attributes

std::optional< std::variant< T, std::exception_ptr > > ErrorOr
 
- Public Attributes inherited from NNet::TValuePromiseBase< T >
std::coroutine_handle Caller = std::noop_coroutine()
 

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