|
SObjectizer 5.8
|
Public interface of thread pool dispatcher that provides noexcept guarantee for scheduling evt_finish demand. More...
#include <so_5/declspec.hpp>#include <so_5/disp_binder.hpp>#include <so_5/disp/mpmc_queue_traits/pub.hpp>#include <so_5/disp/reuse/work_thread_activity_tracking.hpp>#include <so_5/disp/reuse/work_thread_factory_params.hpp>#include <so_5/disp/reuse/default_thread_pool_size.hpp>#include <string_view>#include <thread>#include <utility>Go to the source code of this file.
Classes | |
| class | so_5::disp::nef_thread_pool::disp_params_t |
| Alias for namespace with traits of event queue. More... | |
| class | so_5::disp::nef_thread_pool::bind_params_t |
| Parameters for binding agents to nef_thread_pool dispatcher. More... | |
| class | so_5::disp::nef_thread_pool::impl::basic_dispatcher_iface_t |
| The very basic interface of thread_pool dispatcher. More... | |
| class | so_5::disp::nef_thread_pool::dispatcher_handle_t |
| A handle for nef_thread_pool dispatcher. More... | |
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 |
Functions | |
| 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. | |
| dispatcher_handle_t | so_5::disp::nef_thread_pool::make_dispatcher (environment_t &env, const std::string_view data_sources_name_base, std::size_t thread_count) |
| Create an instance of nef_thread_pool dispatcher. | |
| dispatcher_handle_t | so_5::disp::nef_thread_pool::make_dispatcher (environment_t &env, std::size_t thread_count) |
| Create an instance of nef_thread_pool dispatcher. | |
| dispatcher_handle_t | so_5::disp::nef_thread_pool::make_dispatcher (environment_t &env) |
| Create an instance of nef_thread_pool dispatcher with the default count of working threads. | |
Public interface of thread pool dispatcher that provides noexcept guarantee for scheduling evt_finish demand.
Definition in file nef_thread_pool/pub.hpp.