CAF
0.17.6
|
An timeout event for actors that allows multiple active timers for the same type. More...
#include <simple_actor_clock.hpp>
Public Member Functions | |
multi_timeout (time_point due, strong_actor_ptr self, atom_value type, uint64_t id) | |
![]() | |
delayed_event (event_type type, time_point due) | |
![]() | |
event (event_type t) | |
Public Attributes | |
strong_actor_ptr | self |
atom_value | type |
uint64_t | id |
![]() | |
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. | |
Static Public Attributes | |
static constexpr bool | cancellable = true |
An timeout event for actors that allows multiple active timers for the same type.