Searched defs:WaitForStateChange (Results 1 – 3 of 3) sorted by relevance
71 WaitForStateChange(context.Context, State) bool methodSpec
76 bool WaitForStateChange(grpc_connectivity_state last_observed, T deadline) { in WaitForStateChange() function
714 func (cc *ClientConn) WaitForStateChange(ctx context.Context, sourceState connectivity.State) bool { func