func time.NewTimer
12 uses
time (current package)
sleep.go#L143: func NewTimer(d Duration) *Timer {
sleep.go#L203: return NewTimer(d).C
net
dial.go#L573: fallbackTimer := time.NewTimer(sd.fallbackDelay())
net/http
client.go#L401: timer := time.NewTimer(time.Until(deadline))
h2_bundle.go#L4011: return http2timeTimer{time.NewTimer(d)}
h2_bundle.go#L7347: return http2timeTimer{time.NewTimer(d)}
h2_bundle.go#L8629: timer := time.NewTimer(continueTimeout)
server.go#L3072: timer := time.NewTimer(nextPollInterval())
transfer.go#L219: timer := time.NewTimer(200 * time.Millisecond)
transport.go#L2460: timer := time.NewTimer(pc.t.ExpectContinueTimeout)
transport.go#L2581: t := time.NewTimer(maxWriteWaitBeforeConnReuse)
transport.go#L2768: timer := time.NewTimer(d)
![]() |
The pages are generated with Golds v0.7.6. (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. |