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--
![]() |
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. |