google.golang.org/grpc/internal/grpcsync.Event.Done (method)
7 uses
google.golang.org/grpc/internal/grpcsync (current package)
event.go#L49: func (e *Event) Done() <-chan struct{} {
google.golang.org/grpc
balancer_conn_wrappers.go#L79: case <-ccb.done.Done():
clientconn.go#L559: case <-cc.firstResolveEvent.Done():
clientconn.go#L1173: <-reconnect.Done()
resolver_conn_wrapper.go#L123: case <-ccr.done.Done():
server.go#L696: <-s.done.Done()
server.go#L739: case <-s.quit.Done():
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |