time.Ticker.Stop (method)

5 uses

	time (current package)
		tick.go#L46: func (t *Ticker) Stop() {

	github.com/go-pg/pg/v10/internal/pool
		pool.go#L439: 	defer ticker.Stop()

	go.uber.org/zap/zapcore
		buffered_write_syncer.go#L208: 		s.ticker.Stop()

	google.golang.org/grpc/internal/binarylog
		sink.go#L139: 		fs.writeTicker.Stop()

	google.golang.org/grpc/internal/channelz
		funcs.go#L120: 		defer ticker.Stop()