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

Method shutdownNow

src/main/java/groovy/concurrent/Agent.java:379–383  ·  view source on GitHub ↗

Prevents further task submission and returns no queued tasks. @return an empty task list

()

Source from the content-addressed store, hash-verified

377 * @return an empty task list
378 */
379 @Override
380 public List<Runnable> shutdownNow() {
381 shutdown = true;
382 return List.of();
383 }
384
385 /**
386 * Indicates whether shutdown has been requested.

Callers 1

Calls 1

ofMethod · 0.65

Tested by 1