|
SObjectizer 5.8
|
Dispatcher with single working thread. More...
Namespaces | |
| namespace | 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. | |
| dispatcher_handle_t | make_dispatcher (environment_t &env, const std::string_view data_sources_name_base) |
| Create an instance of one_thread dispatcher. | |
| dispatcher_handle_t | make_dispatcher (environment_t &env) |
| Create an instance of one_thread dispatcher. | |
Dispatcher with single working thread.
| 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. |
Definition at line 251 of file one_thread/pub.cpp.
|
inline |
Create an instance of one_thread dispatcher.
Definition at line 165 of file one_thread/pub.hpp.
|
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. |
Definition at line 138 of file one_thread/pub.hpp.