MCPcopy
hub / github.com/segmentio/kafka-go / concurrency

Method concurrency

conn.go:1343–1345  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1341}
1342
1343func (c *Conn) concurrency() int {
1344 return int(atomic.LoadInt32(&c.inflight))
1345}
1346
1347func (c *Conn) do(d *connDeadline, write func(time.Time, int32) error, read func(time.Time, int) error) error {
1348 id, err := c.doRequest(d, write)

Callers 1

waitResponseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected