Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InterviewReady/Low-Level-Design
/ Timer
Class
Timer
distributed-event-bus/src/main/java/util/Timer.java:5–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
import
com.google.inject.Singleton;
4
5
@Singleton
6
public
class
Timer {
7
public
long getCurrentTime() {
8
return
System.nanoTime();
9
}
10
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected