|
SObjectizer
5.5
|
Functions for creating and binding of the dispatcher with dedicated threads per priority. More...
#include <so_5/disp/prio_dedicated_threads/one_per_prio/h/pub.hpp>#include <so_5/disp/reuse/work_thread/h/work_thread.hpp>#include <so_5/disp/reuse/h/disp_binder_helpers.hpp>#include <so_5/disp/reuse/h/data_source_prefix_helpers.hpp>#include <so_5/disp/reuse/h/proxy_dispatcher_template.hpp>#include <so_5/rt/stats/h/repository.hpp>#include <so_5/rt/stats/h/messages.hpp>#include <so_5/rt/stats/h/std_names.hpp>#include <so_5/rt/h/send_functions.hpp>#include <so_5/details/h/invoke_noexcept_code.hpp>#include <so_5/h/stdcpp.hpp>#include <algorithm>Namespaces | |
| so_5 | |
| Public part of message limit implementation. | |
| so_5::disp | |
| Event dispatchers. | |
| so_5::disp::prio_dedicated_threads | |
| Dispatchers with dedicated threads for every priority. | |
| so_5::disp::prio_dedicated_threads::one_per_prio | |
| Dispatcher which creates exactly one thread per priority. | |
| so_5::disp::prio_dedicated_threads::one_per_prio::impl | |
| Implementation details for dispatcher with one thread per priority. | |
| so_5::disp::prio_dedicated_threads::one_per_prio::impl::anonymous_namespace{pub.cpp} | |
Typedefs | |
| using | so_5::disp::prio_dedicated_threads::one_per_prio::impl::proxy_dispatcher_base_t = so_5::disp::reuse::proxy_dispatcher_template_t< actual_disp_iface_t, disp_params_t > |
| using | so_5::disp::prio_dedicated_threads::one_per_prio::impl::disp_binder_t = so_5::disp::reuse::binder_for_public_disp_template_t< proxy_dispatcher_t, binding_actions_mixin_t > |
| Binder for public dispatcher. More... | |
| using | so_5::disp::prio_dedicated_threads::one_per_prio::impl::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 strictly_ordered dispatcher. More... | |
Functions for creating and binding of the dispatcher with dedicated threads per priority.
1.8.14