Skip to content

EntropyCanvas::NetworkSession::LogRateLimiter

EntropyCanvas::NetworkSession::LogRateLimiter

Section titled “EntropyCanvas::NetworkSession::LogRateLimiter”
Name
boolshouldLog(ComponentTypeHash typeHash, std::chrono::milliseconds interval)
Name
std::mutexmutex
std::unordered_map< ComponentTypeHash, std::chrono::steady_clock::time_point >lastLogTimes
inline bool shouldLog(
ComponentTypeHash typeHash,
std::chrono::milliseconds interval
)
std::mutex mutex;
std::unordered_map< ComponentTypeHash, std::chrono::steady_clock::time_point > lastLogTimes;

Updated on 2026-01-26 at 17:14:35 -0500