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 2024-11-15 at 16:17:52 +0000