|
SObjectizer
5.5
|
Dispatcher with single working thread. More...
Namespaces | |
| impl | |
| Implementation details for dispatcher with single working thread. | |
| internals | |
Classes | |
| class | disp_params_t |
| Alias for namespace with traits of event queue. More... | |
| class | private_dispatcher_t |
| An interface for one_thread private dispatcher. More... | |
Typedefs | |
| using | params_t = disp_params_t |
| Old alias for disp_params for compatibility with previous versions. More... | |
| using | private_dispatcher_handle_t = so_5::intrusive_ptr_t< private_dispatcher_t > |
| A handle for the one_thread private dispatcher. More... | |
Functions | |
| SO_5_FUNC dispatcher_unique_ptr_t | create_disp ( disp_params_t params) |
| Create an instance of one_thread dispatcher to be used as named dispatcher. More... | |
| SO_5_FUNC private_dispatcher_handle_t | create_private_disp ( environment_t &env, const std::string &data_sources_name_base, disp_params_t params) |
| Create a private one_thread dispatcher. More... | |
| SO_5_FUNC disp_binder_unique_ptr_t | create_disp_binder ( nonempty_name_t disp_name) |
| Create a dispatcher binder object. More... | |
| dispatcher_unique_ptr_t | create_disp () |
| Create a dispatcher. More... | |
| private_dispatcher_handle_t | create_private_disp (environment_t &env, const std::string &data_sources_name_base) |
| Create a private one_thread dispatcher. More... | |
| private_dispatcher_handle_t | create_private_disp (environment_t &env) |
| Create a private one_thread dispatcher. More... | |
Dispatcher with single working thread.
| using so_5::disp::one_thread::params_t = typedef disp_params_t |
Old alias for disp_params for compatibility with previous versions.
| using so_5::disp::one_thread::private_dispatcher_handle_t = typedef so_5::intrusive_ptr_t< private_dispatcher_t > |
A handle for the one_thread private dispatcher.
|
inline |
Create a dispatcher.
| SO_5_FUNC dispatcher_unique_ptr_t so_5::disp::one_thread::create_disp | ( | disp_params_t | params | ) |
Create an instance of one_thread dispatcher to be used as named dispatcher.
| params | Parameters for the dispatcher. |
| SO_5_FUNC disp_binder_unique_ptr_t so_5::disp::one_thread::create_disp_binder | ( | nonempty_name_t | disp_name | ) |
Create a dispatcher binder object.
| disp_name | Name of the dispatcher to be bound to. |
|
inline |
Create a private 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 a private one_thread dispatcher.
| SO_5_FUNC private_dispatcher_handle_t so_5::disp::one_thread::create_private_disp | ( | environment_t & | env, |
| const std::string & | data_sources_name_base, | ||
| disp_params_t | params | ||
| ) |
Create a private 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