Discover Packages
github.com/facebookincubator/nvdtools
providers
lib
rate
package
Version:
v0.1.5
Opens a new window with list of versions in this module.
Published: Apr 11, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 5
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Limiter interface {
Allow()
}
Limiter provides only one function: Allow. it blocks until routine can proceed
BurstyLimiter will create a limiter which allows bursts of maximum requestsPerPeriod
and otherwise allows requests with period/requestsPerPeriod gap in between
Source Files
¶
Click to show internal directories.
Click to hide internal directories.