Stop stops the rate limiter, subsequent calls to CanAccept will return false
()
| 31 | Accept() |
| 32 | // Stop stops the rate limiter, subsequent calls to CanAccept will return false |
| 33 | Stop() |
| 34 | // QPS returns QPS of this rate limiter |
| 35 | QPS() float32 |
| 36 | } |
no outgoing calls