MCPcopy Index your code
hub / github.com/apache/groovy / shutdown

Method shutdown

src/main/java/groovy/concurrent/Pool.java:169–169  ·  view source on GitHub ↗

Initiates an orderly shutdown. Previously submitted tasks are executed, but no new tasks will be accepted.

()

Source from the content-addressed store, hash-verified

167 * executed, but no new tasks will be accepted.
168 */
169 void shutdown();
170
171 /**
172 * Shuts down the pool. Equivalent to {@link #shutdown()}.

Callers 4

mainMethod · 0.65
shutdownMethod · 0.65
shutdownMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 1