//
pkg.gl
Category
github.com/cilium/proxy
pkg
inctimer
package
0.0.0-20250305113347-723568176820
Repository:
https://github.com/cilium/proxy.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
1
Files
49 SLOC
#
Functions
After
After wraps the time.After function to get around the customvet warning for cases where it is inconvenient to use the instantiated version.
New
New creates a new IncTimer and a done function.
#
Interfaces
IncTimer
IncTimer should be the preferred mechanism over calling `time.After` when wanting an `After`-like function in a loop.