SObjectizer  5.5
Classes | Namespaces | Functions
prio_one_thread/quoted_round_robin/pub.cpp File Reference

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/pub.hpp>
#include <so_5/disp/prio_one_thread/quoted_round_robin/impl/demand_queue.hpp>
#include <so_5/disp/prio_one_thread/reuse/work_thread.hpp>
#include <so_5/disp/reuse/data_source_prefix_helpers.hpp>
#include <so_5/disp/reuse/make_actual_dispatcher.hpp>
#include <so_5/stats/repository.hpp>
#include <so_5/stats/messages.hpp>
#include <so_5/stats/std_names.hpp>
#include <so_5/send_functions.hpp>

Classes

class  so_5::disp::prio_one_thread::quoted_round_robin::impl::dispatcher_template_t< Work_Thread >
 An implementation of dispatcher with one working thread and support of demand priorities (quoted round robin policy) in form of template class. More...
 
class  so_5::disp::prio_one_thread::quoted_round_robin::impl::dispatcher_template_t< Work_Thread >::disp_data_source_t
 Data source for run-time monitoring of whole dispatcher. More...
 
class  so_5::disp::prio_one_thread::quoted_round_robin::impl::dispatcher_handle_maker_t
 

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}
 

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_handle_t so_5::disp::prio_one_thread::quoted_round_robin::make_dispatcher ( environment_t &env, const std::string_view data_sources_name_base, const quotes_t &quotes, disp_params_t params)
 Create an instance of quoted_round_robin dispatcher. More...
 

Detailed Description

Functions for creating and binding of the single thread dispatcher with priority support (quoted round robin policy).

Since
v.5.5.8