MCPcopy Create free account
hub / github.com/ebarlas/microhttp / SystemClock

Class SystemClock

src/main/java/org/microhttp/SystemClock.java:3–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package org.microhttp;
2
3class SystemClock implements Clock {
4 @Override
5 public long nanoTime() {
6 return System.nanoTime();
7 }
8}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected