Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ isAsync
Method
isAsync
java/org/apache/coyote/AsyncStateMachine.java:203–205 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
201
202
203
boolean isAsync() {
204
return
state.isAsync();
205
}
206
207
boolean isAsyncDispatching() {
208
return
state.isDispatching();
Callers
nothing calls this directly
Calls
1
isAsync
Method · 0.65
Tested by
no test coverage detected