time.Ticker.C (field)
18 uses
time (current package)
sleep.go#L51: C <-chan Time
sleep.go#L89: C: c,
sleep.go#L157: return NewTimer(d).C
github.com/cenkalti/backoff/v4
timer.go#L18: return t.timer.C
github.com/gotd/td/clock
system.go#L10: return s.timer.C
net
dial.go#L557: case <-fallbackTimer.C:
net/http
client.go#L410: case <-timer.C:
h2_bundle.go#L4891: case <-timer.C:
h2_bundle.go#L7663: case <-timer.C:
h2_bundle.go#L8507: case <-timer.C:
h2_bundle.go#L8542: respHeaderTimer = timer.C
server.go#L2818: case <-timer.C:
transfer.go#L235: case <-timer.C:
transport.go#L2368: case <-timer.C:
transport.go#L2488: case <-t.C:
transport.go#L2667: respHeaderTimer = timer.C
nhooyr.io/websocket
netconn.go#L74: <-nc.writeTimer.C
netconn.go#L90: <-nc.readTimer.C
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |