Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ isDone
Method
isDone
ZezeJava/ZezeJava/src/main/java/Zeze/Util/TimerFuture.java:46–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
}
45
46
@Override
47
public
boolean isDone() {
48
return
future.isDone();
49
}
50
51
@Override
52
public
V get() throws InterruptedException, ExecutionException {
Callers
7
waitLeaderReady
Method · 0.45
isReadyLeader
Method · 0.45
userEventTriggered
Method · 0.45
keepAlive
Method · 0.45
waitLoginSuccess
Method · 0.45
waitLoginReady
Method · 0.45
isAreYouFightDone
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected