C++ Actor Framework 1.0.0
|
Holds state for a event-based response handles. More...
#include <event_based_response_handle.hpp>
Public Attributes | |
abstract_scheduled_actor * | self |
Points to the parent actor. | |
message_id | mid |
Stores the ID of the message we are waiting for. | |
disposable | pending_timeout |
Stores a handle to the in-flight timeout. | |
Holds state for a event-based response handles.