package throttle
import "github.com/moby/buildkit/util/throttle"
Index ¶
Functions ¶
func After ¶
After wraps a function so that internal function does not get called more frequently than the specified duration. The delay is added after function has been called.
func Throttle ¶
Throttle wraps a function so that internal function does not get called more frequently than the specified duration.
Source Files ¶
- Version
- v0.14.0-rc2
- Published
- Jun 6, 2024
- Platform
- js/wasm
- Imports
- 2 packages
- Last checked
- 5 seconds ago –
Tools for package owners.