AsyncFw 1.2
Async Framework is c++ runtime with timers, poll notifiers, sockets, coroutines, etc.
 
Loading...
Searching...
No Matches
AsyncFw::CoroutineAwait Struct Reference

The CoroutineAwait struct. More...

#include <AsyncFw/Coroutine>

Public Member Functions

template<typename T>
 CoroutineAwait (T _f)
 
 CoroutineAwait (const CoroutineAwait &)=delete
 
CoroutineAwaitoperator= (const CoroutineAwait &)=delete
 
virtual void await_suspend (CoroutineHandle) const noexcept
 
virtual bool await_ready () const noexcept
 
virtual CoroutineHandle await_resume () const noexcept
 

Detailed Description

The CoroutineAwait struct.


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