MCPcopy
hub / github.com/grafana/dskit / done

Method done

ring/replication_set_tracker.go:17–17  ·  view source on GitHub ↗

Signals an instance has done the execution, either successful (no error) or failed (with error).

(instance *InstanceDesc, err error)

Source from the content-addressed store, hash-verified

15 // Signals an instance has done the execution, either successful (no error)
16 // or failed (with error).
17 done(instance *InstanceDesc, err error)
18
19 // Returns true if the minimum number of successful results have been received.
20 succeeded() bool

Implementers 2

defaultResultTrackerring/replication_set_tracker.go
zoneAwareResultTrackerring/replication_set_tracker.go

Calls

no outgoing calls