Seastar
High performance C++ framework for concurrent servers
Public Types | Public Member Functions | Public Attributes | List of all members
seastar::rpc::connection::outgoing_entry Struct Reference
Inheritance diagram for seastar::rpc::connection::outgoing_entry:

Public Types

using container_t = bi::list< outgoing_entry, bi::constant_time_size< false > >
 

Public Member Functions

 outgoing_entry (snd_buf b)
 
 outgoing_entry (outgoing_entry &&)=delete
 
 outgoing_entry (const outgoing_entry &)=delete
 
void uncancellable ()
 

Public Attributes

timer< rpc_clock_typet
 
snd_buf buf
 
promise done
 
cancellablepcancel = nullptr
 

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