proxygen
|
Public Member Functions | |
SharedState (std::experimental::coroutine_handle<> ch, Try< await_resume_return_type > &storage) | |
void | setValue (await_resume_return_type &&value) |
void | setException (exception_wrapper e) |
void | setTimeout () |
Private Attributes | |
std::atomic< bool > | first_ {false} |
std::experimental::coroutine_handle | ch_ |
Try< await_resume_return_type > & | storage_ |
|
inline |
|
inline |
Definition at line 111 of file Utils.h.
References folly::assume(), and folly::gen::move.
|
inline |
|
inline |
Definition at line 102 of file Utils.h.
References folly::assume(), folly::tryEmplace(), and folly::value().
|
private |
|
private |
|
private |