fiber
Loading...
Searching...
No Matches
fiber::NextCycle Class Reference

#include <NextCycle.hpp>

Public Member Functions

constexpr bool await_ready () const noexcept
 
constexpr void await_resume () const noexcept
 
template<class ReturnType>
constexpr void await_suspend (std::coroutine_handle< fiber::CoroutinePromise< ReturnType > > handle) const noexcept
 

Member Function Documentation

◆ await_ready()

bool fiber::NextCycle::await_ready ( ) const
inlineconstexprnoexcept

◆ await_resume()

void fiber::NextCycle::await_resume ( ) const
inlineconstexprnoexcept

◆ await_suspend()

template<class ReturnType>
void fiber::NextCycle::await_suspend ( std::coroutine_handle< fiber::CoroutinePromise< ReturnType > > handle) const
inlineconstexprnoexcept

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