Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ excessNanos
Method
excessNanos
classpath/java/util/concurrent/TimeUnit.java:55–58 ·
view source on GitHub ↗
(long d, long m)
Source
from the content-addressed store, hash-verified
53
}
54
55
@Override
56
int
excessNanos(long d, long m) {
57
return
(
int
) (d - (m * NANOSECONDS_PER_MILLISECOND));
58
}
59
},
60
MICROSECONDS {
61
@Override
Callers
3
timedWait
Method · 0.95
timedJoin
Method · 0.95
sleep
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected