|
SObjectizer 5.8
|
Active objects dispatcher. More...
Namespaces | |
| namespace | impl |
| Active objects dispatcher implemetation details. | |
Classes | |
| class | disp_params_t |
| Alias for namespace with traits of event queue. More... | |
| class | dispatcher_handle_t |
| A handle for active_obj dispatcher. More... | |
Functions | |
| SO_5_FUNC dispatcher_handle_t | make_dispatcher ( environment_t &env, const std::string_view data_sources_name_base, disp_params_t params) |
| Create an instance of active_obj dispatcher. | |
| dispatcher_handle_t | make_dispatcher (environment_t &env, const std::string_view data_sources_name_base) |
| Create an instance of active_obj dispatcher. | |
| dispatcher_handle_t | make_dispatcher (environment_t &env) |
| Create a private active_obj dispatcher. | |
Active objects dispatcher.
|
nodiscard |
Create an instance of active_obj dispatcher.
| env | SObjectizer Environment to work in. |
| data_sources_name_base | Value for creating names of data sources for run-time monitoring. |
| params | Parameters for dispatcher. |
Definition at line 318 of file active_obj/pub.cpp.
|
inline |
Create a private active_obj dispatcher.
| env | SObjectizer Environment to work in. |
Definition at line 250 of file active_obj/pub.hpp.
|
inline |
Create an instance of active_obj dispatcher.
| env | SObjectizer Environment to work in. |
| data_sources_name_base | Value for creating names of data sources for run-time monitoring. |
Definition at line 223 of file active_obj/pub.hpp.