|
ThreadSchedule 3.0.0
Modern C++ thread management library
|
#include <functional>#include <utility>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 > |