Documentation
¶
Overview ¶
Package syncutil provides concurrency utilities.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AtMost ¶
type AtMost struct {
// contains filtered or unexported fields
}
AtMost executes a function at most once per the configured interval. Subsequent calls within the interval are silently skipped. Safe for concurrent use from multiple goroutines.
Click to show internal directories.
Click to hide internal directories.