func time.NewTicker
7 uses
time (current package)
tick.go#L22: func NewTicker(d Duration) *Ticker {
tick.go#L72: return NewTicker(d).C
github.com/go-pg/pg/v10/internal/pool
pool.go#L438: ticker := time.NewTicker(frequency)
go.pact.im/x/clock
runtime.go#L47: return runtimeTicker{time.NewTicker(d)}
go.uber.org/zap/zapcore
clock.go#L47: return time.NewTicker(duration)
google.golang.org/grpc/internal/binarylog
sink.go#L118: fs.writeTicker = time.NewTicker(bufFlushDuration)
google.golang.org/grpc/internal/channelz
funcs.go#L119: ticker := time.NewTicker(10 * time.Millisecond)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)