C++ Actor Framework 1.0.0
|
Holds state for a blocking response handles. More...
#include <blocking_response_handle.hpp>
Public Attributes | |
abstract_blocking_actor * | self |
Points to the parent actor. | |
message_id | mid |
Stores the ID of the message we are waiting for. | |
timespan | timeout |
Stores the timeout for the response. | |
Holds state for a blocking response handles.