MCPcopy Create free account
hub / github.com/Tencent/phxqueue / SetMinIntervalTimeMs

Method SetMinIntervalTimeMs

phxqueue/comm/utils/time_util.cpp:167–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167void PoissonDistribution :: SetMinIntervalTimeMs(const int min_interval_time_ms)
168{
169 impl_->min_interval_time_ms = min_interval_time_ms;
170}
171
172void PoissonDistribution :: MsSleep(const int time_ms)
173{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected