Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/segmentio/kafka-go
/ leave
Method
leave
conn.go:1339–1341 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1337
}
1338
1339
func
(c *Conn) leave() {
1340
atomic.AddInt32(&c.inflight, -1)
1341
}
1342
1343
func
(c *Conn) concurrency() int {
1344
return
int(atomic.LoadInt32(&c.inflight))
Callers
2
doRequest
Method · 0.95
waitResponse
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected