|
SObjectizer
5.5
|
Functions for creating and binding of the single thread dispatcher with priority support. More...
#include <string>#include <so_5/h/declspec.hpp>#include <so_5/rt/h/disp.hpp>#include <so_5/rt/h/disp_binder.hpp>#include <so_5/h/priority.hpp>#include <so_5/disp/mpsc_queue_traits/h/pub.hpp>#include <so_5/disp/reuse/h/work_thread_activity_tracking.hpp>Go to the source code of this file.
Classes | |
| class | so_5::disp::prio_one_thread::strictly_ordered::disp_params_t |
| Alias for namespace with traits of event queue. More... | |
| class | so_5::disp::prio_one_thread::strictly_ordered::private_dispatcher_t |
| An interface for strictly_ordered private dispatcher. More... | |
Namespaces | |
| so_5 | |
| Public part of message limit implementation. | |
| so_5::disp | |
| Event dispatchers. | |
| so_5::disp::prio_one_thread | |
| Dispatcher with one working thread for events of all priorities. | |
| so_5::disp::prio_one_thread::strictly_ordered | |
| Dispatcher which handles events in strict order (from highest priority to lowest). | |
Typedefs | |
| using | so_5::disp::prio_one_thread::strictly_ordered::params_t = disp_params_t |
| Old alias for disp_params for compatibility with previous versions. More... | |
| using | so_5::disp::prio_one_thread::strictly_ordered::private_dispatcher_handle_t = so_5::intrusive_ptr_t< private_dispatcher_t > |
| A handle for the strictly_ordered private dispatcher. More... | |
Functions | |
| SO_5_FUNC dispatcher_unique_ptr_t | so_5::disp::prio_one_thread::strictly_ordered::create_disp ( disp_params_t params) |
| Create an instance of dispatcher to be used as named dispatcher. More... | |
| dispatcher_unique_ptr_t | so_5::disp::prio_one_thread::strictly_ordered::create_disp () |
| Create a dispatcher. More... | |
| SO_5_FUNC private_dispatcher_handle_t | so_5::disp::prio_one_thread::strictly_ordered::create_private_disp ( environment_t &env, const std::string &data_sources_name_base, disp_params_t params) |
| Create a private strictly_ordered dispatcher. More... | |
| private_dispatcher_handle_t | so_5::disp::prio_one_thread::strictly_ordered::create_private_disp (environment_t &env, const std::string &data_sources_name_base) |
| Create a private strictly_ordered dispatcher. More... | |
| private_dispatcher_handle_t | so_5::disp::prio_one_thread::strictly_ordered::create_private_disp (environment_t &env) |
| Create a private strictly_ordered dispatcher. More... | |
| SO_5_FUNC disp_binder_unique_ptr_t | so_5::disp::prio_one_thread::strictly_ordered::create_disp_binder ( const std::string &disp_name) |
| Create a dispatcher binder object. More... | |
Functions for creating and binding of the single thread dispatcher with priority support.
1.8.14