|
CAF
0.17.6
|
A delayed sec::request_timeout error that gets cancelled when the request arrives in time.
More...
#include <simple_actor_clock.hpp>
Public Member Functions | |
| request_timeout (time_point due, strong_actor_ptr self, message_id id) | |
Public Member Functions inherited from caf::detail::simple_actor_clock::delayed_event | |
| delayed_event (event_type type, time_point due) | |
Public Member Functions inherited from caf::detail::simple_actor_clock::event | |
| event (event_type t) | |
Public Attributes | |
| strong_actor_ptr | self |
| message_id | id |
Public Attributes inherited from caf::detail::simple_actor_clock::delayed_event | |
| time_point | due |
| Timestamp when this event should trigger. | |
| actor_lookup_map::iterator | backlink |
| Links back to the actor lookup map. | |
Public Attributes inherited from caf::detail::simple_actor_clock::event | |
| event_type | subtype |
| Identifies the actual type of this object. | |
Static Public Attributes | |
| static constexpr bool | cancellable = true |
A delayed sec::request_timeout error that gets cancelled when the request arrives in time.