time.Timer.Stop (method)
43 uses
time (current package)
sleep.go#L113: func (t *Timer) Stop() bool {
context
context.go#L687: c.timer.Stop()
crypto/internal/sysrand
rand.go#L42: defer t.Stop()
github.com/cenkalti/backoff/v4
timer.go#L33: t.timer.Stop()
github.com/coder/websocket
close.go#L232: defer t.Stop()
dial.go#L157: defer timer.Stop()
netconn.go#L73: if !nc.writeTimer.Stop() {
netconn.go#L89: if !nc.readTimer.Stop() {
netconn.go#L118: nc.writeTimer.Stop()
netconn.go#L120: nc.readTimer.Stop()
netconn.go#L210: nc.writeTimer.Stop()
netconn.go#L224: nc.readTimer.Stop()
github.com/gotd/td/clock
system.go#L18: return s.timer.Stop()
net
dial.go#L695: defer fallbackTimer.Stop()
dial.go#L716: if res.primary && fallbackTimer.Stop() {
pipe.go#L35: if d.timer != nil && !d.timer.Stop() {
net/http
client.go#L410: timer.Stop()
client.go#L415: timer.Stop()
h2_bundle.go#L4885: t.Stop()
h2_bundle.go#L4950: defer sc.idleTimer.Stop()
h2_bundle.go#L4956: defer sc.readIdleTimer.Stop()
h2_bundle.go#L4962: defer settingsTimer.Stop()
h2_bundle.go#L4993: settingsTimer.Stop()
h2_bundle.go#L5129: defer timer.Stop()
h2_bundle.go#L5702: st.readDeadline.Stop()
h2_bundle.go#L5705: st.writeDeadline.Stop()
h2_bundle.go#L6038: sc.idleTimer.Stop()
h2_bundle.go#L6814: if !st.readDeadline.Stop() {
h2_bundle.go#L6840: if !st.writeDeadline.Stop() {
h2_bundle.go#L7919: tm.Stop()
h2_bundle.go#L7936: cc.idleTimer.Stop()
h2_bundle.go#L8427: defer t.Stop()
h2_bundle.go#L8770: cc.idleTimer.Stop()
h2_bundle.go#L8826: timer.Stop()
h2_bundle.go#L8849: defer timer.Stop()
h2_bundle.go#L9454: cc.idleTimer.Stop()
server.go#L3174: defer timer.Stop()
transfer.go#L223: timer.Stop()
transport.go#L1273: pconn.idleTimer.Stop()
transport.go#L1738: timer.Stop()
transport.go#L2587: defer timer.Stop()
transport.go#L2715: defer t.Stop()
transport.go#L2925: defer timer.Stop() // prevent leaks
![]() |
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. |