|
CPPuddle
|
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 > |
| using priority_pool = cppuddle::executor_recycling::priority_pool_impl<Interface> |
| using round_robin_pool = cppuddle::executor_recycling::round_robin_pool_impl<Interface> |
| using stream_interface = cppuddle::executor_recycling::executor_interface<Interface, Pool> |