A cooperatively scheduled, event-based actor implementation with static type-checking.
More...
#include <typed_event_based_actor.hpp>
|
| typed_event_based_actor (actor_config &cfg) |
|
std::set< std::string > | message_types () const override |
|
void | initialize () override |
|
|
virtual behavior_type | make_behavior () |
|
template<class... Sigs>
class caf::typed_event_based_actor< Sigs >
A cooperatively scheduled, event-based actor implementation with static type-checking.
◆ super
Initial value: typename
extend<scheduled_actor,
typed_event_based_actor<Sigs...>>::template
with<mixin::sender, mixin::requester, mixin::behavior_changer>
The documentation for this class was generated from the following files:
- /build/reproducible-path/actor-framework-0.17.6/libcaf_core/caf/fwd.hpp
- /build/reproducible-path/actor-framework-0.17.6/libcaf_core/caf/infer_handle.hpp
- /build/reproducible-path/actor-framework-0.17.6/libcaf_core/caf/typed_actor.hpp
- /build/reproducible-path/actor-framework-0.17.6/libcaf_core/caf/typed_event_based_actor.hpp