|
SObjectizer
5.8
|
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>Go to the source code of this file.
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 | |
| namespace | so_5 |
| Private part of message limit implementation. | |
| namespace | so_5::disp |
| Event dispatchers. | |
| namespace | so_5::disp::thread_pool |
| Thread pool dispatcher. | |
| namespace | so_5::disp::thread_pool::impl |
| Internal implementation details of thread pool dispatcher. | |
| namespace | so_5::disp::thread_pool::anonymous_namespace{pub.cpp} |
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. | |
| 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. | |