SObjectizer  5.5
Namespaces | Classes | Typedefs
so_5::disp::one_thread::impl Namespace Reference

Implementation details for dispatcher with single working thread. More...

Namespaces

 data_source_details
 

Classes

class  actual_disp_iface_t
 Interface of actual dispatcher. More...
 
class  actual_dispatcher_t
 A dispatcher with the single working thread and an event queue. More...
 
class  binding_actions_mixin_t
 Implementation of binding actions to be reused in various binder implementation. More...
 
class  data_source_t
 Data source for one-thread dispatcher. More...
 
class  disp_binder_for_specific_dispatcher_t
 Agent dispatcher binder. More...
 
class  disp_binder_t
 Agent dispatcher binder. More...
 
class  proxy_dispatcher_t
 A proxy dispatcher which creates actual dispatcher at start. More...
 
class  real_private_dispatcher_t
 A real implementation of private_dispatcher interface. More...
 

Typedefs

using proxy_dispatcher_base_t = so_5::disp::reuse::proxy_dispatcher_template_t< actual_disp_iface_t, disp_params_t >
 
using 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 one_thread dispatcher. More...
 

Detailed Description

Implementation details for dispatcher with single working thread.

Typedef Documentation

◆ private_dispatcher_binder_t

A binder for the private one_thread dispatcher.

Since
v.5.5.4, v.5.5.18

◆ proxy_dispatcher_base_t