type time.Ticker
8 uses
time (current package)
tick.go#L11: type Ticker struct {
tick.go#L22: func NewTicker(d Duration) *Ticker {
tick.go#L30: t := &Ticker{
tick.go#L46: func (t *Ticker) Stop() {
tick.go#L52: func (t *Ticker) Reset(d Duration) {
go.opencensus.io/metric/metricexport
reader.go#L69: timer *time.Ticker
go.opencensus.io/stats/view
worker.go#L48: timer *time.Ticker
google.golang.org/grpc/internal/binarylog
sink.go#L102: writeTicker *time.Ticker
![]() |
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. |