RDMA++
Loading...
Searching...
No Matches
Classes | Public Types | Public Member Functions | Public Attributes | List of all members
rdmapp::task< T > Struct Template Reference

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_
 

Detailed Description

template<class T>
struct rdmapp::task< T >
Examples
helloworld.cc, and send_bw.cc.

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