CAF 0.17.6
|
A delayed ::message to a group. More...
#include <simple_actor_clock.hpp>
Public Member Functions | |
group_msg (time_point due, group target, strong_actor_ptr sender, message content) | |
![]() | |
delayed_event (event_type type, time_point due) | |
![]() | |
event (event_type t) | |
Public Attributes | |
group | target |
strong_actor_ptr | sender |
message | 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 a group.