package
5.2.0
Repository: https://github.com/prysmaticlabs/prysm.git
Documentation: pkg.go.dev

# Packages

Package abool provides atomic Boolean type for cleaner code and better performance.

# Functions

Clean cleans old unused locks.
Debounce events fired over a channel by a specified duration, ensuring no events are handled until a certain interval of time has passed.
NewMultilock creates a new multilock for the specified keys.
RunEvery runs the provided command periodically.
Scatter scatters a computation across multiple goroutines.

# Structs

WorkerResults are the results of a scatter worker.