proxygen
folly::coro::AwaitableReady< void > Class Template Reference

#include <Utils.h>

Public Member Functions

 AwaitableReady () noexcept=default
 
bool await_ready () noexcept
 
void await_suspend (std::experimental::coroutine_handle<>) noexcept
 
void await_resume () noexcept
 

Detailed Description

template<>
class folly::coro::AwaitableReady< void >

Definition at line 52 of file Utils.h.

Constructor & Destructor Documentation

folly::coro::AwaitableReady< void >::AwaitableReady ( )
defaultnoexcept

Member Function Documentation

bool folly::coro::AwaitableReady< void >::await_ready ( )
inlinenoexcept

Definition at line 55 of file Utils.h.

55  {
56  return true;
57  }
void folly::coro::AwaitableReady< void >::await_resume ( )
inlinenoexcept

Definition at line 59 of file Utils.h.

59 {}
void folly::coro::AwaitableReady< void >::await_suspend ( std::experimental::coroutine_handle<>  )
inlinenoexcept

Definition at line 58 of file Utils.h.

58 {}

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