MCPcopy
hub / github.com/nats-io/nats.go / PublishAsyncPending

Method PublishAsyncPending

js.go:56–56  ·  view source on GitHub ↗

PublishAsyncPending returns the number of async publishes outstanding for this context.

()

Source from the content-addressed store, hash-verified

54
55 // PublishAsyncPending returns the number of async publishes outstanding for this context.
56 PublishAsyncPending() int
57
58 // PublishAsyncComplete returns a channel that will be closed when all outstanding messages are ack'd.
59 PublishAsyncComplete() <-chan struct{}

Calls

no outgoing calls