time.Ticker.C (field)
49 uses
time (current package)
sleep.go#L51: C <-chan Time
sleep.go#L89: C: c,
sleep.go#L161: return NewTimer(d).C
cloud.google.com/go/compute/metadata
metadata.go#L167: case <-timer.C:
database/sql
sql.go#L1006: case <-t.C:
github.com/aws/aws-sdk-go/aws
context_sleep.go#L17: case <-t.C:
github.com/aws/aws-sdk-go/aws/request
timeout_read_closer.go#L44: case <-timer.C:
github.com/go-redis/redis/v8
pubsub.go#L492: <-timer.C
pubsub.go#L494: case <-timer.C:
pubsub.go#L555: <-timer.C
pubsub.go#L557: case <-timer.C:
pubsub.go#L622: <-timer.C
pubsub.go#L624: case <-timer.C:
github.com/go-redis/redis/v8/internal
util.go#L19: case <-t.C:
github.com/go-redis/redis/v8/internal/pool
pool.go#L288: <-timer.C
pool.go#L294: <-timer.C
pool.go#L298: case <-timer.C:
github.com/googleapis/gax-go/v2
invoke.go#L59: case <-t.C:
github.com/prometheus/client_golang/prometheus
go_collector.go#L338: case <-timer.C: // Time out, use last memstats if possible. Continue below.
golang.org/x/net/http2
server.go#L976: case <-timer.C:
transport.go#L1129: respHeaderTimer = timer.C
transport.go#L1218: respHeaderTimer = timer.C
google.golang.org/grpc
clientconn.go#L1144: case <-timer.C:
resolver_conn_wrapper.go#L127: case <-t.C:
server.go#L738: case <-timer.C:
stream.go#L574: case <-t.C:
google.golang.org/grpc/balancer/grpclb
grpclb.go#L375: case <-timer.C:
grpclb_remote_balancer.go#L402: case <-timer.C:
google.golang.org/grpc/internal/resolver/dns
dns_resolver.go#L222: case <-t.C:
google.golang.org/grpc/internal/transport
http2_client.go#L1363: case <-timer.C:
http2_client.go#L1421: <-timer.C
http2_client.go#L1482: case <-timer.C:
http2_server.go#L980: case <-idleTimer.C:
http2_server.go#L997: case <-ageTimer.C:
http2_server.go#L1001: case <-ageTimer.C:
http2_server.go#L1010: case <-kpTimer.C:
http2_server.go#L1202: case <-timer.C:
http2_server.go#L1255: case <-timer.C:
net
dial.go#L491: case <-fallbackTimer.C:
net/http
client.go#L401: case <-timer.C:
h2_bundle.go#L4547: case <-timer.C:
h2_bundle.go#L7632: respHeaderTimer = timer.C
h2_bundle.go#L7721: respHeaderTimer = timer.C
server.go#L2762: case <-timer.C:
transfer.go#L232: case <-timer.C:
transport.go#L2333: case <-timer.C:
transport.go#L2446: case <-t.C:
transport.go#L2625: respHeaderTimer = timer.C
net/http/httptest
server.go#L284: case <-timer.C:
![]() |
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. |