package
0.0.0-20250305113347-723568176820
Repository: https://github.com/cilium/proxy.git
Documentation: pkg.go.dev

# Functions

After wraps the time.After function to get around the customvet warning for cases where it is inconvenient to use the instantiated version.
New creates a new IncTimer and a done function.

# Interfaces

IncTimer should be the preferred mechanism over calling `time.After` when wanting an `After`-like function in a loop.