proxygen
|
#include <Utils.h>
Public Member Functions | |
AwaitableReady (T value) noexcept(std::is_nothrow_move_constructible< T >::value) | |
bool | await_ready () noexcept |
void | await_suspend (std::experimental::coroutine_handle<>) noexcept |
T | await_resume () noexcept(std::is_nothrow_move_constructible< T >::value) |
Private Attributes | |
T | value_ |
|
inlineexplicitnoexcept |
Definition at line 33 of file Utils.h.
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 43 of file Utils.h.
References folly::T, and folly::coro::AwaitableReady< T >::value_.
|
inlinenoexcept |
|
private |
Definition at line 48 of file Utils.h.
Referenced by folly::coro::AwaitableReady< T >::await_resume().