SObjectizer 5.8
Loading...
Searching...
No Matches
pub.hpp File Reference

Public interface of thread pool dispatcher that provides noexcept guarantee for scheduling evt_finish demand. More...

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.
 

Detailed Description

Public interface of thread pool dispatcher that provides noexcept guarantee for scheduling evt_finish demand.

Since
v.5.8.0

Definition in file nef_thread_pool/pub.hpp.