SObjectizer  5.5
Classes | Namespaces | Typedefs | Functions
prio_dedicated_threads/one_per_prio/h/pub.hpp File Reference

Functions for creating and binding of the dispatcher with dedicated threads per priority. 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_dedicated_threads::one_per_prio::disp_params_t
 Alias for namespace with traits of event queue. More...
 
class  so_5::disp::prio_dedicated_threads::one_per_prio::private_dispatcher_t
 An interface for one_per_prio private dispatcher. More...
 

Namespaces

 so_5
 Public part of message limit implementation.
 
 so_5::disp
 Event dispatchers.
 
 so_5::disp::prio_dedicated_threads
 Dispatchers with dedicated threads for every priority.
 
 so_5::disp::prio_dedicated_threads::one_per_prio
 Dispatcher which creates exactly one thread per priority.
 

Typedefs

using so_5::disp::prio_dedicated_threads::one_per_prio::params_t = disp_params_t
 Old alias for disp_params for compatibility with previous versions. More...
 
using so_5::disp::prio_dedicated_threads::one_per_prio::private_dispatcher_handle_t = so_5::intrusive_ptr_t< private_dispatcher_t >
 A handle for the one_per_prio private dispatcher. More...
 

Functions

SO_5_FUNC dispatcher_unique_ptr_t so_5::disp::prio_dedicated_threads::one_per_prio::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_dedicated_threads::one_per_prio::create_disp ()
 Create a dispatcher. More...
 
SO_5_FUNC private_dispatcher_handle_t so_5::disp::prio_dedicated_threads::one_per_prio::create_private_disp ( environment_t &env, const std::string &data_sources_name_base, disp_params_t params)
 Create a private one_per_prio dispatcher. More...
 
private_dispatcher_handle_t so_5::disp::prio_dedicated_threads::one_per_prio::create_private_disp (environment_t &env, const std::string &data_sources_name_base)
 Create a private one_per_prio dispatcher. More...
 
private_dispatcher_handle_t so_5::disp::prio_dedicated_threads::one_per_prio::create_private_disp (environment_t &env)
 Create a private one_per_prio dispatcher. More...
 
SO_5_FUNC disp_binder_unique_ptr_t so_5::disp::prio_dedicated_threads::one_per_prio::create_disp_binder ( const std::string &disp_name)
 Create a dispatcher binder object. More...
 

Detailed Description

Functions for creating and binding of the dispatcher with dedicated threads per priority.

Since
v.5.5.8