ThreadSchedule 3.0.0
Modern C++ thread management library
Loading...
Searching...
No Matches
copyable_function.hpp File Reference
#include <functional>
#include <utility>
Include dependency graph for copyable_function.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  threadschedule
 
namespace  threadschedule::detail
 Aggregates multiple thread_registry_backend instances into a single queryable view.
 

Typedefs

template<typename Signature >
using threadschedule::detail::copyable_function = std::function< Signature >
 

Functions

template<typename Signature , typename Callable >
auto threadschedule::detail::make_copyable_function (Callable &&callable) -> copyable_function< Signature >