CPPuddle
Typedefs
stream_manager.hpp File Reference
#include "cppuddle/executor_recycling/executor_pools_interface.hpp"
Include dependency graph for stream_manager.hpp:

Go to the source code of this file.

Typedefs

template<typename Interface >
using round_robin_pool = cppuddle::executor_recycling::round_robin_pool_impl< Interface >
 
template<typename Interface >
using priority_pool = cppuddle::executor_recycling::priority_pool_impl< Interface >
 
using stream_pool = cppuddle::executor_recycling::executor_pool
 
template<typename Interface , typename Pool >
using stream_interface = cppuddle::executor_recycling::executor_interface< Interface, Pool >
 

Typedef Documentation

◆ priority_pool

template<typename Interface >
using priority_pool = cppuddle::executor_recycling::priority_pool_impl<Interface>

◆ round_robin_pool

template<typename Interface >
using round_robin_pool = cppuddle::executor_recycling::round_robin_pool_impl<Interface>

◆ stream_interface

template<typename Interface , typename Pool >
using stream_interface = cppuddle::executor_recycling::executor_interface<Interface, Pool>

◆ stream_pool