Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ isDone
Method
isDone
java/org/apache/tomcat/util/net/Nio2Channel.java:191–194 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
189
}
190
191
@Override
192
public
boolean isDone() {
193
return
true;
194
}
195
196
@Override
197
public
Boolean get() throws InterruptedException, ExecutionException {
Callers
5
startAsyncTimeout
Method · 0.45
threadStart
Method · 0.45
startPeriodicLifecycleEvent
Method · 0.45
startHeartbeat
Method · 0.45
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected