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

Helper for detection of actual work thread factory to use. More...

Go to the source code of this file.

Namespaces

namespace  so_5
 Private part of message limit implementation.
 
namespace  so_5::disp
 Event dispatchers.
 
namespace  so_5::disp::reuse
 Reusable components for dispatchers.
 

Functions

template<typename Params >
abstract_work_thread_factory_shptr_t so_5::disp::reuse::actual_work_thread_factory_to_use (const work_thread_factory_mixin_t< Params > &params, const environment_t &env) noexcept
 Helper to detect actual work thread factory to be used.
 
template<typename Params >
work_thread_holder_t so_5::disp::reuse::acquire_work_thread (const work_thread_factory_mixin_t< Params > &params, environment_t &env)
 Helper function for acquiring a new worker thread from an appropriate work thread factory.
 

Detailed Description

Helper for detection of actual work thread factory to use.

Since
v.5.7.3

Definition in file actual_work_thread_factory_to_use.hpp.