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

Method SetMaxIntervalTimeMs

phxqueue/comm/utils/time_util.cpp:162–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162void PoissonDistribution :: SetMaxIntervalTimeMs(const int max_interval_time_ms)
163{
164 impl_->max_interval_time_ms = max_interval_time_ms;
165}
166
167void PoissonDistribution :: SetMinIntervalTimeMs(const int min_interval_time_ms)
168{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected