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

Method Done

internal/grpcsync/event.go:46–48  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls