RDMA++
|
Classes | |
struct | promise_type |
struct | task_awaiter |
Public Types | |
using | coroutine_handle_type = std::coroutine_handle< promise_type > |
Public Member Functions | |
auto | operator co_await () const |
task (task &&other) | |
task (coroutine_handle_type h) | |
operator coroutine_handle_type () const | |
std::future< T > & | get_future () const |
void | detach () |
Public Attributes | |
coroutine_handle_type | h_ |
bool | detached_ |