# 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.