grpc-java/context/src
Kun Zhang 4e4d4d8ab5
core: allow setting custom Deadline.Ticker to InProcessServerBuilder (#6034)
ServerImpl uses that ticker to create incoming Deadlines. This feature is specifically restricted to in-process, as it can also customize ScheduledExecutorService, and them together can fake out the clock which is useful in tests. On the other hand, a fake Ticker won't work with Netty's ScheduledExecutorService.

Also improved mismatch detection, documentation and tests in Deadline.
2019-08-01 13:13:20 -07:00
..
jmh/java/io/grpc all: remove java6 type args 2019-02-04 10:03:50 -08:00
main/java/io/grpc core: allow setting custom Deadline.Ticker to InProcessServerBuilder (#6034) 2019-08-01 13:13:20 -07:00
test/java/io/grpc core: allow setting custom Deadline.Ticker to InProcessServerBuilder (#6034) 2019-08-01 13:13:20 -07:00