type time.Timer
23 uses
time (current package)
sleep.go#L50: type Timer struct {
sleep.go#L77: func (t *Timer) Stop() bool {
sleep.go#L86: func NewTimer(d Duration) *Timer {
sleep.go#L88: t := &Timer{
sleep.go#L134: func (t *Timer) Reset(d Duration) bool {
sleep.go#L163: func AfterFunc(d Duration, f func()) *Timer {
sleep.go#L164: t := &Timer{
context
context.go#L645: timer *time.Timer // Under cancelCtx.mu.
github.com/cenkalti/backoff/v4
timer.go#L13: timer *time.Timer
github.com/gotd/td/clock
system.go#L6: timer *time.Timer
net
pipe.go#L17: timer *time.Timer
net/http
h2_bundle.go#L4413: shutdownTimer *time.Timer // nil until used
h2_bundle.go#L4414: idleTimer *time.Timer // nil if unused
h2_bundle.go#L4466: readDeadline *time.Timer // nil if unused
h2_bundle.go#L4467: writeDeadline *time.Timer // nil if unused
h2_bundle.go#L7389: idleTimer *time.Timer
h2_bundle.go#L7625: var http2retryBackoffHook func(time.Duration) *time.Timer
h2_bundle.go#L7627: func http2backoffNewTimer(d time.Duration) *time.Timer {
h2_bundle.go#L9333: var t *time.Timer
transport.go#L1545: var timer *time.Timer // for canceling TLS handshake
transport.go#L1926: idleTimer *time.Timer // holding an AfterFunc to close it
nhooyr.io/websocket
netconn.go#L100: writeTimer *time.Timer
netconn.go#L106: readTimer *time.Timer
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. |