20#ifndef RIPPLE_APP_MAIN_LOADMANAGER_H_INCLUDED
21#define RIPPLE_APP_MAIN_LOADMANAGER_H_INCLUDED
23#include <xrpl/beast/utility/Journal.h>
105 std::chrono::steady_clock::time_point
A generic endpoint for log messages.
void resetDeadlockDetector()
Reset the deadlock detection timer.
LoadManager & operator=(LoadManager const &)=delete
std::condition_variable cv_
LoadManager(LoadManager const &)=delete
beast::Journal const journal_
void activateDeadlockDetector()
Turn on deadlock detection.
std::chrono::steady_clock::time_point deadLock_
~LoadManager()
Destroy the manager.
friend std::unique_ptr< LoadManager > make_LoadManager(Application &app, beast::Journal journal)
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
std::unique_ptr< LoadManager > make_LoadManager(Application &app, beast::Journal journal)