Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ await
Method
await
java/org/apache/catalina/startup/Catalina.java:971–975 ·
view source on GitHub ↗
Await and shutdown.
()
Source
from the content-addressed store, hash-verified
969
* Await and shutdown.
970
*/
971
public
void
await() {
972
973
getServer().await();
974
975
}
976
977
978
/**
Callers
1
start
Method · 0.95
Calls
2
getServer
Method · 0.95
await
Method · 0.65
Tested by
no test coverage detected