CPPuddle
|
CPPuddle namespace containing the executor pool functionality. More...
Namespaces | |
namespace | detail |
Typedefs | |
template<typename Interface > | |
using | round_robin_pool_impl = detail::round_robin_pool_impl< Interface > |
Round robin pool strategy implementation. | |
template<typename Interface > | |
using | priority_pool_impl = detail::priority_pool_impl< Interface > |
Priority pool strategy implementation. | |
using | executor_pool = detail::executor_pool |
Main access to all executor pools. | |
template<typename Interface , typename Pool > | |
using | executor_interface = detail::executor_interface< Interface, Pool > |
RAII wrapper for executors. | |
CPPuddle namespace containing the executor pool functionality.
using cppuddle::executor_recycling::executor_interface = typedef detail::executor_interface<Interface, Pool> |
RAII wrapper for executors.
using cppuddle::executor_recycling::executor_pool = typedef detail::executor_pool |
Main access to all executor pools.
using cppuddle::executor_recycling::priority_pool_impl = typedef detail::priority_pool_impl<Interface> |
Priority pool strategy implementation.
using cppuddle::executor_recycling::round_robin_pool_impl = typedef detail::round_robin_pool_impl<Interface> |
Round robin pool strategy implementation.