|
ThreadSchedule 3.0.0
Modern C++ thread management library
|
#include "../result.hpp"#include <exception>#include <new>#include <system_error>#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. | |
Functions | |
| auto | threadschedule::detail::current_exception_error_code () noexcept -> std::error_code |
| template<typename Function > | |
| auto | threadschedule::detail::try_result (Function &&function) -> decltype(std::forward< Function >(function)()) |