Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ close
Method
close
src/main/java/groovy/concurrent/Pool.java:174–174 ·
view source on GitHub ↗
Shuts down the pool. Equivalent to #shutdown().
()
Source
from the content-addressed store, hash-verified
172
* Shuts down the pool. Equivalent to {@link #shutdown()}.
173
*/
174
@Override
175
default
void
close() {
176
shutdown();
177
}
Callers
15
compute
Method · 0.65
run
Method · 0.65
main
Method · 0.65
main
Method · 0.65
ensureResultOK
Method · 0.65
ensureFails
Method · 0.65
addSourceFiles
Method · 0.65
execute
Method · 0.65
main
Method · 0.65
doHead
Method · 0.65
close
Method · 0.65
parse
Method · 0.65
Implementers
1
DefaultPool
src/main/java/org/apache/groovy/runtim
Calls
no outgoing calls
Tested by
5
ensureResultOK
Method · 0.52
ensureFails
Method · 0.52
main
Method · 0.52
main
Method · 0.52
tearDownTestCase
Method · 0.52