CPPuddle
Loading...
Searching...
No Matches
executor_pools_interface.hpp
Go to the documentation of this file.
1// Copyright (c) 2024 Gregor Daiß
2//
3// Distributed under the Boost Software License, Version 1.0. (See accompanying
4// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5
6#ifndef EXECUTOR_POOLS_INTERFACE_HPP
7#define EXECUTOR_POOLS_INTERFACE_HPP
8
11
13
17namespace cppuddle {
19namespace executor_recycling {
20
22template <typename Interface>
25
27template <typename Interface>
30
34
36template <typename Interface, typename Pool>
39
40} // end namespace executor_recycling
41} // end namespace cppuddle
42
43#endif
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
Definition config.hpp:31