|
SObjectizer
5.5
|
Dispatcher with single working thread. More...
Namespaces | |
| impl | |
| Implementation details for dispatcher with single working thread. | |
Classes | |
| class | disp_params_t |
| Alias for namespace with traits of event queue. More... | |
| class | dispatcher_handle_t |
| A handle for one_thread 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 one_thread dispatcher. More... | |
| dispatcher_handle_t | make_dispatcher (environment_t &env, const std::string_view data_sources_name_base) |
| Create an instance of one_thread dispatcher. More... | |
| dispatcher_handle_t | make_dispatcher (environment_t &env) |
| Create an instance of one_thread dispatcher. More... | |
Dispatcher with single working thread.
|
inline |
Create an instance of one_thread 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 one_thread dispatcher.
| SO_5_FUNC dispatcher_handle_t so_5::disp::one_thread::make_dispatcher | ( | environment_t & | env, |
| const std::string_view | data_sources_name_base, | ||
| disp_params_t | params | ||
| ) |
Create an instance of one_thread 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 the dispatcher. |
1.8.14