|
SObjectizer 5.8
|
Functions for creating and binding of the dispatcher with dedicated threads per priority. More...
#include <so_5/declspec.hpp>#include <so_5/disp_binder.hpp>#include <so_5/priority.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>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::dispatcher_handle_t |
| A handle for prio_dedicated_threads::one_per_prio dispatcher. More... | |
Namespaces | |
| namespace | so_5 |
| Private part of message limit implementation. | |
| namespace | so_5::disp |
| Event dispatchers. | |
| namespace | so_5::disp::prio_dedicated_threads |
| Dispatchers with dedicated threads for every priority. | |
| namespace | so_5::disp::prio_dedicated_threads::one_per_prio |
| Dispatcher which creates exactly one thread per priority. | |
| namespace | so_5::disp::prio_dedicated_threads::one_per_prio::impl |
| Implementation details for dispatcher with one thread per priority. | |
Functions | |
| SO_5_FUNC dispatcher_handle_t | so_5::disp::prio_dedicated_threads::one_per_prio::make_dispatcher ( environment_t &env, const std::string_view data_sources_name_base, disp_params_t params) |
| Create an instance of one_per_prio dispatcher. | |
| dispatcher_handle_t | so_5::disp::prio_dedicated_threads::one_per_prio::make_dispatcher (environment_t &env, const std::string_view data_sources_name_base) |
| Create an instance of one_per_prio dispatcher. | |
| dispatcher_handle_t | so_5::disp::prio_dedicated_threads::one_per_prio::make_dispatcher (environment_t &env) |
| Create an instance of one_per_prio dispatcher. | |
Functions for creating and binding of the dispatcher with dedicated threads per priority.
Definition in file prio_dedicated_threads/one_per_prio/pub.hpp.