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

Public interface of thread pool dispatcher. More...

Go to the source code of this file.

Classes

class  so_5::disp::thread_pool::disp_params_t
 Alias for namespace with traits of event queue. More...
 
class  so_5::disp::thread_pool::bind_params_t
 Parameters for binding agents to thread_pool dispatcher. More...
 
class  so_5::disp::thread_pool::impl::basic_dispatcher_iface_t
 The very basic interface of thread_pool dispatcher. More...
 
class  so_5::disp::thread_pool::dispatcher_handle_t
 A handle for thread_pool dispatcher. More...
 

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.
 

Enumerations

enum class  so_5::disp::thread_pool::fifo_t { so_5::disp::thread_pool::cooperation , so_5::disp::thread_pool::individual }
 Type of FIFO mechanism for agent's demands. More...
 

Functions

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.
 
dispatcher_handle_t so_5::disp::thread_pool::make_dispatcher (environment_t &env, const std::string_view data_sources_name_base, std::size_t thread_count)
 Create an instance of thread_pool dispatcher.
 
dispatcher_handle_t so_5::disp::thread_pool::make_dispatcher (environment_t &env, std::size_t thread_count)
 Create an instance of thread_pool dispatcher.
 
dispatcher_handle_t so_5::disp::thread_pool::make_dispatcher (environment_t &env)
 Create an instance of thread_pool dispatcher with the default count of working threads.
 

Detailed Description

Public interface of thread pool dispatcher.

Since
v.5.4.0

Definition in file thread_pool/pub.hpp.