SObjectizer  5.7
Classes | Namespaces | Typedefs | Functions
active_group/pub.hpp File Reference

Functions for creating and binding to the active group dispatcher. More...

#include <so_5/declspec.hpp>
#include <so_5/disp_binder.hpp>
#include <so_5/nonempty_name.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>
#include <string_view>

Go to the source code of this file.

Classes

class  so_5::disp::active_group::disp_params_t
 Alias for namespace with traits of event queue. More...
 
class  so_5::disp::active_group::impl::basic_dispatcher_iface_t
 The very basic interface of active_group dispatcher. More...
 
class  so_5::disp::active_group::dispatcher_handle_t
 A handle for active_group dispatcher. More...
 

Namespaces

 so_5
 Public part of message limit implementation.
 
 so_5::disp
 Event dispatchers.
 
 so_5::disp::active_group
 Active groups dispatcher.
 
 so_5::disp::active_group::impl
 Active groups dispatcher implemetation details.
 

Typedefs

using so_5::disp::active_group::impl::basic_dispatcher_iface_shptr_t = std::shared_ptr< basic_dispatcher_iface_t >
 

Functions

SO_5_FUNC dispatcher_handle_t so_5::disp::active_group::make_dispatcher ( so_5::environment_t &env, const std::string_view data_sources_name_base, disp_params_t params)
 Create an instance of active_group dispatcher. More...
 
dispatcher_handle_t so_5::disp::active_group::make_dispatcher (so_5::environment_t &env, const std::string_view data_sources_name_base)
 Create an instance of active_group dispatcher. More...
 
dispatcher_handle_t so_5::disp::active_group::make_dispatcher (so_5::environment_t &env)
 Create an instance of active_group dispatcher. More...
 

Detailed Description

Functions for creating and binding to the active group dispatcher.