func time.NewTicker
15 uses
time (current package)
tick.go#L22: func NewTicker(d Duration) *Ticker {
tick.go#L68: return NewTicker(d).C
contrib.go.opencensus.io/integrations/ocsql
dbstats_go1.11.go#L20: ticker = time.NewTicker(interval)
github.com/go-git/go-git/v5/plumbing/transport/internal/common
common.go#L366: t := time.NewTicker(time.Second * readErrorSecondsTimeout)
github.com/go-redis/redis/v8
cluster.go#L1050: ticker := time.NewTicker(idleCheckFrequency)
ring.go#L310: ticker := time.NewTicker(frequency)
github.com/go-redis/redis/v8/internal/pool
pool.go#L449: ticker := time.NewTicker(frequency)
go.opencensus.io/metric/metricexport
reader.go#L136: ir.timer = time.NewTicker(reportingInterval)
go.opencensus.io/stats/view
worker.go#L250: timer: time.NewTicker(defaultReportingDuration),
worker_commands.go#L181: w.timer = time.NewTicker(defaultReportingDuration)
worker_commands.go#L183: w.timer = time.NewTicker(cmd.d)
golang.org/x/pkgsite/internal/frontend
fetch.go#L340: ticker := time.NewTicker(pollEvery)
golang.org/x/pkgsite/internal/poller
poller.go#L40: ticker := time.NewTicker(period)
google.golang.org/grpc/balancer/grpclb
grpclb_remote_balancer.go#L290: ticker := time.NewTicker(interval)
google.golang.org/grpc/internal/binarylog
sink.go#L122: fs.writeTicker = time.NewTicker(bufFlushDuration)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |