|
ThreadSchedule 3.0.0
Modern C++ thread management library
|
#include <type_traits>#include <utility>Go to the source code of this file.
Classes | |
| class | threadschedule::detail::scope_exit< F > |
Namespaces | |
| namespace | threadschedule |
| namespace | threadschedule::detail |
| Aggregates multiple thread_registry_backend instances into a single queryable view. | |
Functions | |
| template<typename F > | |
| auto | threadschedule::detail::make_scope_exit (F &&function) -> scope_exit< std::decay_t< F > > |