C++ Actor Framework
0.18
|
Signalizes a timeout event. More...
#include <system_messages.hpp>
Public Attributes | |
std::string | type |
Type of the timeout (usually either "receive" or "cycle"). | |
uint64_t | timeout_id |
Actor-specific timeout ID. | |
Related Functions | |
(Note that these are not member functions.) | |
template<class Inspector > | |
bool | inspect (Inspector &f, timeout_msg &x) |
Signalizes a timeout event.
|
related |