10#ifndef STREAM_MANAGER_HPP
11#define STREAM_MANAGER_HPP
15template <
typename Interface>
17 [[deprecated(
"Use cppuddle::executor_recycling::round_robin_pool_impl from "
18 "header executor_pools_management.hpp instead")]] =
21template <
typename Interface>
23 [[deprecated(
"Use cppuddle::executor_recycling::priority_pool_impl from "
24 "header executor_pools_management.hpp instead")]] =
28 [[deprecated(
"Use cppuddle::executor_recycling::executor_pool from "
29 "header executor_pools_management.hpp instead")]] =
32template <
typename Interface,
typename Pool>
34 [[deprecated(
"Use cppuddle::executor_recycling::executor_interface from "
35 "header executor_pools_management.hpp instead")]] =
Definition executor_pools_management.hpp:374
Access/Concurrency Control for executor pool implementation.
Definition executor_pools_management.hpp:138
Definition executor_pools_management.hpp:93
Definition executor_pools_management.hpp:54
detail::executor_pool executor_pool
Main access to all executor pools.
Definition executor_pools_interface.hpp:33