CPPuddle
Namespaces | Typedefs
executor_pools_interface.hpp File Reference
#include "cppuddle/executor_recycling/detail/executor_pools_management.hpp"
Include dependency graph for executor_pools_interface.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 cppuddle
 
 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. More...
 
template<typename Interface >
using cppuddle::executor_recycling::priority_pool_impl = detail::priority_pool_impl< Interface >
 Priority pool strategy implementation. More...
 
using cppuddle::executor_recycling::executor_pool = detail::executor_pool
 Main access to all executor pools. More...
 
template<typename Interface , typename Pool >
using cppuddle::executor_recycling::executor_interface = detail::executor_interface< Interface, Pool >
 RAII wrapper for executors. More...
 

Detailed Description

Executor recycling public interface