MCPcopy Create free account
hub / github.com/gotenberg/gotenberg / AsynchronousCounter

Interface AsynchronousCounter

pkg/modules/api/api.go:179–181  ·  view source on GitHub ↗

AsynchronousCounter is a module interface that returns the number of active asynchronous requests. See https://github.com/gotenberg/gotenberg/issues/1022.

Source from the content-addressed store, hash-verified

177//
178// See https://github.com/gotenberg/gotenberg/issues/1022.
179type AsynchronousCounter interface {
180 AsyncCount() int64
181}
182
183// Descriptor returns an [Api]'s module descriptor.
184func (a *Api) Descriptor() gotenberg.ModuleDescriptor {

Callers 1

StopMethod · 0.65

Implementers 1

Webhookpkg/modules/webhook/webhook.go

Calls

no outgoing calls

Tested by

no test coverage detected