time.Timer.C (field)
41 uses
time (current package)
sleep.go#L90: C <-chan Time
sleep.go#L146: t.C = c
sleep.go#L203: return NewTimer(d).C
database/sql
sql.go#L1105: case <-t.C:
sql.go#L1130: case <-t.C:
go.pact.im/x/clock
runtime.go#L57: return r.Timer.C
golang.org/x/net/http2
server.go#L993: case <-timer.C:
transport.go#L1157: case <-timer.C:
transport.go#L1192: respHeaderTimer = timer.C
transport_common.go#L293: case <-tm.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#L1385: case <-timer.C:
server.go#L950: case <-timer.C:
stream.go#L773: case <-t.C:
google.golang.org/grpc/internal/backoff
backoff.go#L91: case <-timer.C:
google.golang.org/grpc/internal/transport
http2_client.go#L1052: case <-timer.C:
http2_client.go#L1784: case <-timer.C:
http2_client.go#L1842: <-timer.C
http2_client.go#L1888: case <-timer.C:
http2_server.go#L366: case <-timer.C:
http2_server.go#L1212: case <-idleTimer.C:
http2_server.go#L1229: case <-ageTimer.C:
http2_server.go#L1233: case <-ageTimer.C:
http2_server.go#L1242: case <-kpTimer.C:
http2_server.go#L1433: case <-timer.C:
http2_server.go#L1473: case <-timer.C:
net
dial.go#L699: case <-fallbackTimer.C:
net/http
client.go#L411: case <-timer.C:
h2_bundle.go#L5131: case <-timer.C:
h2_bundle.go#L7915: case <-tm.C:
h2_bundle.go#L8815: case <-timer.C:
h2_bundle.go#L8850: respHeaderTimer = timer.C
server.go#L3182: case <-timer.C:
transfer.go#L237: case <-timer.C:
transport.go#L2592: case <-timer.C:
transport.go#L2719: case <-t.C:
transport.go#L2926: respHeaderTimer = timer.C
net/http/pprof
pprof.go#L313: case <-t.C:
os/exec
exec.go#L832: case <-timer.C:
exec.go#L997: case <-timer.C:
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)