stepancheg / grpc-rust

Rust implementation of gRPC
MIT License
1.37k stars 124 forks source link

Multiple clients with same event loop #108

Open kostko opened 6 years ago

kostko commented 6 years ago

I noticed that httpbis supports using an external event loop with multiple clients (exposed through the client builder interface), but this doesn't seem to be exposed in grpc-rust? It would probably make sense for grpc-rust to expose a client builder interface as well or did I miss some way to do that?