grpc-java/netty
Eric Anderson 994f200d15 core: Server uses transport's ScheduledExecutorService
For Netty, this reduces the number of threads necessary for servers (although
until channel is converted, actual number of threads isn't impacted) and
naturally reduces contention and timeout latency.

For InProcess, this gets us closer to allowing applications to provide all
executors, which is especially useful during tests.
2017-07-19 10:31:26 -07:00
..
src core: Server uses transport's ScheduledExecutorService 2017-07-19 10:31:26 -07:00
BUILD.bazel build: Add Bazel java_grpc_library rule 2017-06-22 13:06:49 -07:00
build.gradle all: Use fixed version number for java 6/7 signatures 2017-06-30 15:25:34 -07:00