Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/badvision/jace
/ doTick
Method
doTick
src/main/java/jace/core/TimedDevice.java:77–80 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
75
}
76
77
@Override
78
public
final
void
doTick() {
79
tickHandler.run();
80
}
81
82
public
final
void
resetSyncTimer() {
83
nextSync = System.nanoTime() + nanosPerInterval;
Callers
1
TimedDevice
Class · 0.45
Calls
1
run
Method · 0.45
Tested by
no test coverage detected