proxygen
|
#include <Wait.h>
Classes | |
class | promise_type |
Public Member Functions | |
Wait (std::future< void > future) | |
Wait (Wait &&)=default | |
void | detach () |
~Wait () | |
Private Attributes | |
std::future< void > | future_ |
|
inlineexplicit |
Definition at line 52 of file Wait.h.
Referenced by folly::coro::Wait::promise_type::get_return_object().
|
default |
|
inline |
|
inline |
|
private |