|
Logger System 0.1.3
High-performance C++20 thread-safe logging system with asynchronous capabilities
|
Functions | |
| constexpr bool | has_iexecutor_interface () noexcept |
| Compile-time constant indicating IExecutor interface availability. | |
| constexpr bool | has_any_executor_support () noexcept |
| Compile-time constant indicating any async executor is available. | |
|
constexprnoexcept |
Compile-time constant indicating any async executor is available.
Definition at line 92 of file thread_integration_detector.h.
References has_iexecutor_interface().

|
constexprnoexcept |
Compile-time constant indicating IExecutor interface availability.
Definition at line 77 of file thread_integration_detector.h.
Referenced by has_any_executor_support().
