golang.org/x/net/http2.bodyWriterState.timer (field)
9 uses
golang.org/x/net/http2 (current package)
transport.go#L2592: timer *time.Timer // if non-nil, we're doing a delayed write
transport.go#L2627: s.timer = time.AfterFunc(hugeDuration, func() {
transport.go#L2634: if s.timer != nil {
transport.go#L2635: if s.timer.Stop() {
transport.go#L2642: if s.timer == nil {
transport.go#L2647: s.timer.Stop()
transport.go#L2655: if s.timer == nil {
transport.go#L2663: if s.timer.Stop() {
transport.go#L2664: 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. |