google.golang.org/api/support/bundler.Bundler.handlerCount (field)

4 uses

	google.golang.org/api/support/bundler (current package)
		bundler.go#L89: 	handlerCount int                 // # of bundles currently being handled (i.e. handler is invoked on them)
		bundler.go#L177: 	if b.handlerCount < b.HandlerLimit {
		bundler.go#L178: 		b.handlerCount++
		bundler.go#L338: 		b.handlerCount--