|
SObjectizer
5.8
|
Public interface of thread pool dispatcher that provides noexcept guarantee for scheduling evt_finish demand. More...
#include <so_5/disp/nef_thread_pool/pub.hpp>#include <so_5/disp/thread_pool/impl/work_thread_template.hpp>#include <so_5/disp/thread_pool/impl/basic_event_queue.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::nef_thread_pool::impl::agent_queue_with_preallocated_finish_demand_t |
| Specail implementation of event queue for nef-thread-pool dispatcher. More... | |
| struct | so_5::disp::nef_thread_pool::impl::adaptation_t |
| Adaptation of common implementation of thread-pool-like dispatcher to the specific of this thread-pool dispatcher. More... | |
| class | so_5::disp::nef_thread_pool::impl::actual_dispatcher_iface_t |
| An actual interface of nef-thread-pool dispatcher. More... | |
| class | so_5::disp::nef_thread_pool::impl::actual_binder_t |
| Actual implementation of dispatcher binder for nef_thread_pool dispatcher. More... | |
| class | so_5::disp::nef_thread_pool::impl::actual_dispatcher_implementation_t< Work_Thread > |
| Actual implementation of binder for nef_thread_pool dispatcher. More... | |
| class | so_5::disp::nef_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::nef_thread_pool |
| namespace | so_5::disp::nef_thread_pool::impl |
| namespace | so_5::disp::nef_thread_pool::anonymous_namespace{pub.cpp} |
Typedefs | |
| using | so_5::disp::nef_thread_pool::impl::dispatcher_queue_t |
| template<typename Work_Thread > | |
| using | so_5::disp::nef_thread_pool::impl::dispatcher_template_t |
| Template for dispatcher. | |
Functions | |
| void | so_5::disp::nef_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::nef_thread_pool::make_dispatcher ( environment_t &env, const std::string_view data_sources_name_base, disp_params_t disp_params) |
| Create an instance nef_thread_pool dispatcher. | |
Public interface of thread pool dispatcher that provides noexcept guarantee for scheduling evt_finish demand.
Definition in file nef_thread_pool/pub.cpp.