Pigweed
 
Loading...
Searching...
No Matches
pw::async2::internal::OwningCoroutineHandle< PromiseType > Class Template Referencefinal

Public Member Functions

 OwningCoroutineHandle (std::nullptr_t)
 
 OwningCoroutineHandle (std::coroutine_handle< PromiseType > &&promise_handle)
 Take ownership of promise_handle.
 
 OwningCoroutineHandle (OwningCoroutineHandle &&other)
 
OwningCoroutineHandleoperator= (OwningCoroutineHandle &&other)
 
bool IsValid () const
 
PromiseType & promise () const
 
bool done () const
 
void resume ()
 
void Release ()
 

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