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

Method close

micro/service.go:516–522  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

514}
515
516func (ac *asyncCallbacksHandler) close() {
517 if ac.closed {
518 return
519 }
520 close(ac.cbQueue)
521 ac.closed = true
522}
523
524func (c *Config) valid() error {
525 if !nameRegexp.MatchString(c.Name) {

Callers 2

AddServiceFunction · 0.45
StopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected