YACLib
C++ library for concurrent tasks execution
|
#include <cstdint>
Go to the source code of this file.
Namespaces | |
namespace | yaclib |
namespace | yaclib::detail |
Macros | |
#define | YACLIB_INJECT_FAULT(statement) |
Functions | |
detail::Injector * | yaclib::GetInjector () noexcept |
void | yaclib::InjectFault () noexcept |
std::uint64_t | yaclib::GetInjectedCount () noexcept |
#define YACLIB_INJECT_FAULT | ( | statement | ) |
Definition at line 20 of file inject.hpp.