|
SObjectizer
5.5
|
Public interface of advanced thread pool dispatcher. More...
#include <so_5/disp/adv_thread_pool/h/pub.hpp>#include <so_5/disp/adv_thread_pool/impl/h/disp.hpp>#include <so_5/h/ret_code.hpp>#include <so_5/rt/h/disp_binder.hpp>#include <so_5/rt/h/environment.hpp>#include <so_5/disp/reuse/h/disp_binder_helpers.hpp>#include <so_5/disp/reuse/h/proxy_dispatcher_template.hpp>#include <so_5/h/stdcpp.hpp>Classes | |
| class | so_5::disp::adv_thread_pool::anonymous_namespace{pub.cpp}::proxy_dispatcher_t |
| A proxy dispatcher which creates actual dispatcher at start. More... | |
| class | so_5::disp::adv_thread_pool::anonymous_namespace{pub.cpp}::binding_actions_t |
| A mixin with implementation of main binding/unbinding actions. More... | |
| class | so_5::disp::adv_thread_pool::anonymous_namespace{pub.cpp}::real_private_dispatcher_t |
| A real implementation of private_dispatcher interface. More... | |
Namespaces | |
| so_5 | |
| Public part of message limit implementation. | |
| so_5::disp | |
| Event dispatchers. | |
| so_5::disp::adv_thread_pool | |
| Advanced thread pool dispatcher. | |
| so_5::disp::adv_thread_pool::anonymous_namespace{pub.cpp} | |
Typedefs | |
| using | so_5::disp::adv_thread_pool::anonymous_namespace{pub.cpp}::actual_disp_iface_t = so_5::disp::thread_pool::common_implementation::ext_dispatcher_iface_t< bind_params_t > |
| Actual dispatcher interface for adv_thread_pool-dispatcher. More... | |
| using | so_5::disp::adv_thread_pool::anonymous_namespace{pub.cpp}::proxy_dispatcher_base_t = so_5::disp::reuse::proxy_dispatcher_template_t< actual_disp_iface_t, disp_params_t > |
| using | so_5::disp::adv_thread_pool::anonymous_namespace{pub.cpp}::disp_binder_t = so_5::disp::reuse::binder_for_public_disp_template_t< proxy_dispatcher_t, binding_actions_t > |
| An actual dispatcher binder for advanced thread pool dispatcher. More... | |
| using | so_5::disp::adv_thread_pool::anonymous_namespace{pub.cpp}::private_dispatcher_binder_t = so_5::disp::reuse::binder_for_private_disp_template_t< private_dispatcher_handle_t, proxy_dispatcher_t, binding_actions_t > |
| A binder for the private thread_pool dispatcher. More... | |
Functions | |
| void | so_5::disp::adv_thread_pool::anonymous_namespace{pub.cpp}::adjust_thread_count (disp_params_t ¶ms) |
| Sets the thread count to default value if used do not specify actual thread count. More... | |
| SO_5_FUNC dispatcher_unique_ptr_t | so_5::disp::adv_thread_pool::create_disp ( disp_params_t params) |
| Create adv_thread_pool dispatcher instance to be used as named dispatcher. More... | |
| SO_5_FUNC private_dispatcher_handle_t | so_5::disp::adv_thread_pool::create_private_disp ( environment_t &env, disp_params_t disp_params, const std::string &data_sources_name_base) |
| Create a private adv_thread_pool dispatcher. More... | |
| SO_5_FUNC disp_binder_unique_ptr_t | so_5::disp::adv_thread_pool::create_disp_binder ( std::string disp_name, const bind_params_t ¶ms) |
| Create dispatcher binder for thread pool dispatcher. More... | |
Public interface of advanced thread pool dispatcher.
1.8.14