SObjectizer  5.5
Classes | Namespaces
params.hpp File Reference

Parameters for one_thread dispatcher. More...

#include <so_5/disp/mpsc_queue_traits/pub.hpp>
#include <so_5/disp/reuse/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.
 

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