net/http.http2bodyWriterState.timer (field)
9 uses
net/http (current package)
h2_bundle.go#L9096: timer *time.Timer // if non-nil, we're doing a delayed write
h2_bundle.go#L9131: s.timer = time.AfterFunc(hugeDuration, func() {
h2_bundle.go#L9138: if s.timer != nil {
h2_bundle.go#L9139: if s.timer.Stop() {
h2_bundle.go#L9146: if s.timer == nil {
h2_bundle.go#L9151: s.timer.Stop()
h2_bundle.go#L9159: if s.timer == nil {
h2_bundle.go#L9167: if s.timer.Stop() {
h2_bundle.go#L9168: s.timer.Reset(s.delay)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |