MCPcopy Create free account
hub / github.com/grpc/grpc-java / SystemTicker

Class SystemTicker

api/src/context/java/io/grpc/Deadline.java:274–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272 }
273
274 private static final class SystemTicker extends Ticker {
275 @Override
276 public long nanoTime() {
277 return System.nanoTime();
278 }
279 }
280
281 private void checkTicker(Deadline other) {
282 if (ticker != other.ticker) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected