NewStream creates a Stream for an RPC.
(ctx context.Context, callHdr *CallHdr, handler stats.Handler)
| 624 | |
| 625 | // NewStream creates a Stream for an RPC. |
| 626 | NewStream(ctx context.Context, callHdr *CallHdr, handler stats.Handler) (*ClientStream, error) |
| 627 | |
| 628 | // Error returns a channel that is closed when some I/O error |
| 629 | // happens. Typically the caller should have a goroutine to monitor |
no outgoing calls