MCPcopy
hub / github.com/redis/go-redis / isOngoing

Method isOngoing

internal/pool/want_conn.go:60–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58}
59
60func (w *wantConn) isOngoing() bool {
61 w.mu.RLock()
62 defer w.mu.RUnlock()
63 return !w.done
64}
65
66type wantConnResult struct {
67 cn *Conn

Calls

no outgoing calls