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-10-15 at 08:05:45 +0000