google.golang.org/api/support/bundler.Bundler.tryHandleBundles (method)

2 uses

	google.golang.org/api/support/bundler (current package)
		bundler.go#L288: 		b.flushTimer = time.AfterFunc(b.DelayThreshold, b.tryHandleBundles)
		bundler.go#L296: func (b *Bundler) tryHandleBundles() {