|
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) | |
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 | |
| group | target |
| strong_actor_ptr | sender |
| message | content |
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 = false |
A delayed ::message to a group.