SObjectizer  5.5
Classes | Namespaces | Typedefs
params.hpp File Reference

Parameters for one_thread dispatcher. More...

#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::one_thread::disp_params_t
 Alias for namespace with traits of event queue. More...
 

Namespaces

 so_5
 Public part of message limit implementation.
 
 so_5::disp
 Event dispatchers.
 
 so_5::disp::one_thread
 Dispatcher with single working thread.
 

Typedefs

using so_5::disp::one_thread::params_t = disp_params_t
 Old alias for disp_params for compatibility with previous versions. More...
 

Detailed Description

Parameters for one_thread dispatcher.

Note
Parameters are described in separate header file to avoid header file cycles (parameters needs for environment_params_t declared in environment.hpp, which can be included in dispatcher definition file).
Since
v.5.5.10