|
SObjectizer
5.8
|
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 > ¶ms, 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 > ¶ms, environment_t &env) |
| Helper function for acquiring a new worker thread from an appropriate work thread factory. | |
Helper for detection of actual work thread factory to use.
Definition in file actual_work_thread_factory_to_use.hpp.