SObjectizer
5.5
|
Public interface of thread pool dispatcher. More...
#include <so_5/disp/thread_pool/pub.hpp>
#include <so_5/disp/thread_pool/impl/disp.hpp>
#include <so_5/disp/reuse/make_actual_dispatcher.hpp>
#include <so_5/ret_code.hpp>
#include <so_5/disp_binder.hpp>
#include <so_5/environment.hpp>
Classes | |
class | so_5::disp::thread_pool::impl::actual_dispatcher_iface_t |
An actual interface of thread-pool dispatcher. More... | |
class | so_5::disp::thread_pool::impl::actual_binder_t |
Actual implementation of dispatcher binder for thread_pool dispatcher. More... | |
class | so_5::disp::thread_pool::impl::actual_dispatcher_implementation_t< Work_Thread > |
Actual implementation of binder for thread_pool dispatcher. More... | |
class | so_5::disp::thread_pool::impl::dispatcher_handle_maker_t |
Namespaces | |
so_5 | |
Public part of message limit implementation. | |
so_5::disp | |
Event dispatchers. | |
so_5::disp::thread_pool | |
Thread pool dispatcher. | |
so_5::disp::thread_pool::impl | |
Internal implementation details of thread pool dispatcher. | |
so_5::disp::thread_pool::anonymous_namespace{pub.cpp} | |
Typedefs | |
using | so_5::disp::thread_pool::impl::actual_dispatcher_iface_shptr_t = std::shared_ptr< actual_dispatcher_iface_t > |
Functions | |
void | so_5::disp::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_handle_t | so_5::disp::thread_pool::make_dispatcher ( environment_t &env, const std::string_view data_sources_name_base, disp_params_t disp_params) |
Create an instance thread_pool dispatcher. More... | |
Public interface of thread pool dispatcher.