SObjectizer
5.5
|
Functions for creating and binding of the single thread dispatcher with priority support (quoted round robin policy). More...
#include <so_5/disp/prio_one_thread/quoted_round_robin/h/pub.hpp>
#include <so_5/disp/prio_one_thread/quoted_round_robin/impl/h/demand_queue.hpp>
#include <so_5/disp/prio_one_thread/reuse/h/work_thread.hpp>
#include <so_5/disp/reuse/h/disp_binder_helpers.hpp>
#include <so_5/disp/reuse/h/data_source_prefix_helpers.hpp>
#include <so_5/disp/reuse/h/proxy_dispatcher_template.hpp>
#include <so_5/rt/stats/h/repository.hpp>
#include <so_5/rt/stats/h/messages.hpp>
#include <so_5/rt/stats/h/std_names.hpp>
#include <so_5/rt/h/send_functions.hpp>
#include <so_5/h/stdcpp.hpp>
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::quoted_round_robin | |
Dispatcher which handles events of different priorities in round-robin maner. | |
so_5::disp::prio_one_thread::quoted_round_robin::impl | |
Implementation details for dispatcher with round-robin policy of handling prioritized events. | |
so_5::disp::prio_one_thread::quoted_round_robin::impl::anonymous_namespace{pub.cpp} | |
Typedefs | |
using | so_5::disp::prio_one_thread::quoted_round_robin::impl::proxy_dispatcher_base_t = so_5::disp::reuse::proxy_dispatcher_template_t< actual_disp_iface_t, disp_params_t > |
using | so_5::disp::prio_one_thread::quoted_round_robin::impl::disp_binder_t = so_5::disp::reuse::binder_for_public_disp_template_t< proxy_dispatcher_t, binding_actions_mixin_t > |
Binder for public dispatcher. More... | |
using | so_5::disp::prio_one_thread::quoted_round_robin::impl::private_dispatcher_binder_t = so_5::disp::reuse::binder_for_private_disp_template_t< private_dispatcher_handle_t, proxy_dispatcher_t, binding_actions_mixin_t > |
A binder for the private strictly_ordered dispatcher. More... | |
Functions | |
void | so_5::disp::prio_one_thread::quoted_round_robin::impl::anonymous_namespace{pub.cpp}::send_thread_activity_stats (const so_5::mbox_t &, const stats::prefix_t &, so_5::disp::prio_one_thread::reuse::work_thread_no_activity_tracking_t< demand_queue_t > &) |
SO_5_FUNC dispatcher_unique_ptr_t | so_5::disp::prio_one_thread::quoted_round_robin::create_disp ( const quotes_t "es, disp_params_t params) |
Create an instance of dispatcher to be used as named dispatcher. More... | |
SO_5_FUNC private_dispatcher_handle_t | so_5::disp::prio_one_thread::quoted_round_robin::create_private_disp ( environment_t &env, const quotes_t "es, const std::string &data_sources_name_base, disp_params_t params) |
Create a private quoted_round_robin dispatcher. More... | |
SO_5_FUNC disp_binder_unique_ptr_t | so_5::disp::prio_one_thread::quoted_round_robin::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 (quoted round robin policy).