SObjectizer
5.5
|
Active groups dispatcher. More...
Namespaces | |
impl | |
Active groups 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_group dispatcher. More... | |
Functions | |
SO_5_FUNC dispatcher_handle_t | make_dispatcher ( so_5::environment_t &env, const std::string_view data_sources_name_base, disp_params_t params) |
Create an instance of active_group dispatcher. More... | |
dispatcher_handle_t | make_dispatcher (so_5::environment_t &env, const std::string_view data_sources_name_base) |
Create an instance of active_group dispatcher. More... | |
dispatcher_handle_t | make_dispatcher (so_5::environment_t &env) |
Create an instance of active_group dispatcher. More... | |
Active groups dispatcher.
|
inline |
Create an instance of active_group dispatcher.
env | SObjectizer Environment to work in. |
data_sources_name_base | Value for creating names of data sources for run-time monitoring. |
|
inline |
Create an instance of active_group dispatcher.
env | SObjectizer Environment to work in. |
SO_5_FUNC dispatcher_handle_t so_5::disp::active_group::make_dispatcher | ( | so_5::environment_t & | env, |
const std::string_view | data_sources_name_base, | ||
disp_params_t | params | ||
) |
Create an instance of active_group 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. |