api/license.cpp¶
Attributes¶
Name | |
---|---|
internal::BlockingRequestThrottler | requestThrottler |
std::mutex | throttlerMutex |
bool | isInit |
std::string | throttlingJsonPath |
Attributes Documentation¶
variable requestThrottler¶
static internal::BlockingRequestThrottler requestThrottler;
variable throttlerMutex¶
static std::mutex throttlerMutex;
variable isInit¶
static bool isInit = false;
variable throttlingJsonPath¶
static std::string throttlingJsonPath = "";
Updated on 2025-02-05 at 11:39:15 +0000