CAF 0.17.6
|
An event with a timeout attached to it. More...
#include <simple_actor_clock.hpp>
Public Member Functions | |
delayed_event (event_type type, time_point due) | |
![]() | |
event (event_type t) | |
Public Attributes | |
time_point | due |
Timestamp when this event should trigger. | |
actor_lookup_map::iterator | backlink |
Links back to the actor lookup map. | |
![]() | |
event_type | subtype |
Identifies the actual type of this object. | |
An event with a timeout attached to it.