google.golang.org/api/support/bundler.Bundler.flushTimer (field)
6 uses
google.golang.org/api/support/bundler (current package)
bundler.go#L88: flushTimer *time.Timer // implements DelayThreshold
bundler.go#L190: if b.flushTimer != nil {
bundler.go#L191: b.flushTimer.Stop()
bundler.go#L192: b.flushTimer = nil
bundler.go#L287: if b.curBundle != nil && b.flushTimer == nil {
bundler.go#L288: b.flushTimer = time.AfterFunc(b.DelayThreshold, b.tryHandleBundles)
![]() |
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. |