mirror of https://github.com/grpc/grpc-java.git
The current process of building a channel is a bit complicated in that transports have to provide a own shutdown hook to the channel builder in order to close shared executors. This somewhat entagled creation pattern makes it difficult to separate the process of channel building from transport building. Better separating these two should make the code more readable and maintainable moving forward. |
||
|---|---|---|
| .. | ||
| src | ||
| build.gradle | ||