CPPuddle
|
Go to the source code of this file.
Namespaces | |
namespace | cppuddle |
namespace | cppuddle::executor_recycling |
CPPuddle namespace containing the executor pool functionality. | |
Typedefs | |
template<typename Interface > | |
using | cppuddle::executor_recycling::round_robin_pool_impl = detail::round_robin_pool_impl< Interface > |
Round robin pool strategy implementation. | |
template<typename Interface > | |
using | cppuddle::executor_recycling::priority_pool_impl = detail::priority_pool_impl< Interface > |
Priority pool strategy implementation. | |
using | cppuddle::executor_recycling::executor_pool = detail::executor_pool |
Main access to all executor pools. | |
template<typename Interface , typename Pool > | |
using | cppuddle::executor_recycling::executor_interface = detail::executor_interface< Interface, Pool > |
RAII wrapper for executors. | |
Executor recycling public interface