MCPcopy
hub / github.com/grpc/grpc-go / Done

Method Done

internal/xds/clients/internal/syncutil/event.go:49–51  ·  view source on GitHub ↗

Done returns a channel that will be closed when Fire is called.

()

Source from the content-addressed store, hash-verified

47
48// Done returns a channel that will be closed when Fire is called.
49func (e *Event) Done() <-chan struct{} {
50 return e.c
51}
52
53// HasFired returns true if Fire has been called.
54func (e *Event) HasFired() bool {

Calls

no outgoing calls