MCPcopy 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

computeMethod · 0.65
runMethod · 0.65
mainMethod · 0.65
mainMethod · 0.65
ensureResultOKMethod · 0.65
ensureFailsMethod · 0.65
addSourceFilesMethod · 0.65
executeMethod · 0.65
mainMethod · 0.65
doHeadMethod · 0.65
closeMethod · 0.65
parseMethod · 0.65

Implementers 1

DefaultPoolsrc/main/java/org/apache/groovy/runtim

Calls

no outgoing calls

Tested by 5

ensureResultOKMethod · 0.52
ensureFailsMethod · 0.52
mainMethod · 0.52
mainMethod · 0.52
tearDownTestCaseMethod · 0.52