SObjectizer  5.7
Classes | Namespaces | Functions
prio_one_thread/quoted_round_robin/pub.hpp File Reference

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

#include <so_5/declspec.hpp>
#include <so_5/disp_binder.hpp>
#include <so_5/priority.hpp>
#include <so_5/disp/prio_one_thread/quoted_round_robin/quotes.hpp>
#include <so_5/disp/mpsc_queue_traits/pub.hpp>
#include <so_5/disp/reuse/work_thread_activity_tracking.hpp>
#include <so_5/disp/reuse/work_thread_factory_params.hpp>
#include <string>

Go to the source code of this file.

Classes

class  so_5::disp::prio_one_thread::quoted_round_robin::disp_params_t
 Alias for namespace with traits of event queue. More...
 
class  so_5::disp::prio_one_thread::quoted_round_robin::dispatcher_handle_t
 A handle for prio_one_thread::strictly_ordered 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::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.
 

Functions

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