grpc-java/okhttp/src
Eric Anderson bd743f3afd core: Channel uses transport's ScheduledExecutorService
Coupled with the similar change on server-side, this removes the need for a
thread when using Netty. For InProcess and OkHttp, it would allow us to let the
user to provide the scheduler for tests or application-wide thread sharing.
2017-07-25 14:26:16 -07:00
..
main core: Channel uses transport's ScheduledExecutorService 2017-07-25 14:26:16 -07:00
test/java/io/grpc core,netty,okhttp: remove 2-arg ClientTransport.newStream() 2017-07-25 14:12:36 -07:00