actor-framework
Public Attributes | Related Functions | List of all members
caf::io::data_transferred_msg Struct Reference

Signalizes that a certain amount of bytes has been written. More...

#include <system_messages.hpp>

Collaboration diagram for caf::io::data_transferred_msg:
Collaboration graph
[legend]

Public Attributes

connection_handle handle
 Handle to the related connection.
 
uint64_t written
 Number of transferred bytes.
 
uint64_t remaining
 Number of remaining bytes in all send buffers.
 

Related Functions

(Note that these are not member functions.)

template<class Inspector >
bool inspect (Inspector &f, data_transferred_msg &x)
 

Detailed Description

Signalizes that a certain amount of bytes has been written.

Friends And Related Function Documentation

◆ inspect()

template<class Inspector >
bool inspect ( Inspector &  f,
data_transferred_msg x 
)
related

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