CAF 0.17.6
Public Member Functions | Public Attributes | List of all members
caf::detail::simple_actor_clock::multi_timeout_cancellation Struct Referencefinal

Cancels the matching multi timeout. More...

#include <simple_actor_clock.hpp>

Inheritance diagram for caf::detail::simple_actor_clock::multi_timeout_cancellation:
caf::detail::simple_actor_clock::cancellation caf::detail::simple_actor_clock::event

Public Member Functions

 multi_timeout_cancellation (actor_id aid, atom_value type, uint64_t id)
 
- Public Member Functions inherited from caf::detail::simple_actor_clock::cancellation
 cancellation (event_type t, actor_id aid)
 
- Public Member Functions inherited from caf::detail::simple_actor_clock::event
 event (event_type t)
 

Public Attributes

atom_value type
 
uint64_t id
 
- Public Attributes inherited from caf::detail::simple_actor_clock::cancellation
actor_id aid
 
- Public Attributes inherited from caf::detail::simple_actor_clock::event
event_type subtype
 Identifies the actual type of this object.
 

Detailed Description

Cancels the matching multi timeout.


The documentation for this struct was generated from the following file: