ThreadSchedule 3.0.0
Modern C++ thread management library
Loading...
Searching...
No Matches
runtime.hpp File Reference

Shared-runtime mode inspection. More...

#include "export.hpp"
#include <cstdint>
Include dependency graph for runtime.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  threadschedule
 

Enumerations

enum class  threadschedule::build_mode : std::uint8_t { threadschedule::header_only , threadschedule::runtime }
 Describes whether ThreadSchedule uses inline storage or its shared runtime. More...
 

Functions

constexpr auto threadschedule::current_build_mode () noexcept -> build_mode
 
constexpr auto threadschedule::build_mode_string () noexcept -> char const *
 

Variables

constexpr bool threadschedule::is_runtime_build = false
 

Detailed Description

Shared-runtime mode inspection.

Definition in file runtime.hpp.