CPPuddle
Loading...
Searching...
No Matches
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

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.
 

Detailed Description

Executor recycling public interface