Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/IBM/sarama
/ AsyncClose
Method
AsyncClose
async_producer.go:581–583 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
579
}
580
581
func
(p *asyncProducer) AsyncClose() {
582
go
withRecover(p.shutdown)
583
}
584
585
// singleton
586
// dispatches messages by topic
Callers
1
Close
Method · 0.95
Calls
1
withRecover
Function · 0.85
Tested by
no test coverage detected