CAF
0.17.6
|
A delayed ::message to an actor. More...
#include <simple_actor_clock.hpp>
Public Member Functions | |
actor_msg (time_point due, strong_actor_ptr receiver, mailbox_element_ptr content) | |
![]() | |
delayed_event (event_type type, time_point due) | |
![]() | |
event (event_type t) | |
Public Attributes | |
strong_actor_ptr | receiver |
mailbox_element_ptr | content |
![]() | |
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 = false |
A delayed ::message to an actor.