grpc-java/context
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
..
src core: allow setting custom Deadline.Ticker to InProcessServerBuilder (#6034) 2019-08-01 13:13:20 -07:00
BUILD.bazel context: Remove unnecessary deps from Bazel target 2019-04-12 19:18:44 -07:00
build.gradle all: update animalsniffer to Java 7 and add Android 14 (#4727) 2018-08-09 09:09:21 -07:00