time.Timer.C (field)
20 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/cenkalti/backoff/v4
timer.go#L18: return t.timer.C
github.com/coder/websocket
close.go#L240: case <-t.C:
close.go#L247: case <-t.C:
netconn.go#L74: <-nc.writeTimer.C
netconn.go#L90: <-nc.readTimer.C
github.com/gotd/td/clock
system.go#L10: return s.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
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |