time.Timer.C (field)
37 uses
time (current package)
sleep.go#L90: C <-chan Time
sleep.go#L146: t.C = c
sleep.go#L203: return NewTimer(d).C
github.com/robfig/cron/v3
cron.go#L264: case now = <-timer.C:
go.pact.im/x/clock
runtime.go#L57: return r.Timer.C
golang.org/x/net/http2
timer.go#L20: func (t timeTimer) C() <-chan time.Time { return t.Timer.C }
transport.go#L1528: case <-timer.C:
golang.org/x/tools/internal/gocommand
invoke.go#L390: case <-timer.C:
invoke.go#L413: case <-timer.C:
google.golang.org/grpc
clientconn.go#L1299: case <-timer.C:
server.go#L933: case <-timer.C:
stream.go#L734: case <-t.C:
google.golang.org/grpc/health
client.go#L42: case <-timer.C:
google.golang.org/grpc/internal/backoff
backoff.go#L91: case <-timer.C:
google.golang.org/grpc/internal/transport
http2_client.go#L1030: case <-timer.C:
http2_client.go#L1730: case <-timer.C:
http2_client.go#L1788: <-timer.C
http2_client.go#L1836: case <-timer.C:
http2_server.go#L357: case <-timer.C:
http2_server.go#L1211: case <-idleTimer.C:
http2_server.go#L1228: case <-ageTimer.C:
http2_server.go#L1232: case <-ageTimer.C:
http2_server.go#L1241: case <-kpTimer.C:
http2_server.go#L1431: case <-timer.C:
http2_server.go#L1471: case <-timer.C:
net
dial.go#L629: case <-fallbackTimer.C:
net/http
client.go#L406: case <-timer.C:
h2_bundle.go#L7460: func (t http2timeTimer) C() <-chan time.Time { return t.Timer.C }
h2_bundle.go#L9002: case <-timer.C:
server.go#L3172: case <-timer.C:
transfer.go#L237: case <-timer.C:
transport.go#L2537: case <-timer.C:
transport.go#L2657: case <-t.C:
transport.go#L2841: respHeaderTimer = timer.C
net/http/pprof
pprof.go#L312: case <-t.C:
os/exec
exec.go#L824: case <-timer.C:
exec.go#L989: case <-timer.C:
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)