MCPcopy Index your code
hub / github.com/Col-E/Recaf / shutdown

Method shutdown

src/main/java/me/coley/recaf/util/ThreadUtil.java:179–183  ·  view source on GitHub ↗

Shutdowns executors.

()

Source from the content-addressed store, hash-verified

177 * Shutdowns executors.
178 */
179 public static void shutdown() {
180 trace("Shutting down thread executors");
181 service.shutdownNow();
182 scheduledService.shutdownNow();
183 }
184
185 private static int threadCount() {
186 return Runtime.getRuntime().availableProcessors();

Callers 1

exitMethod · 0.95

Calls 1

traceMethod · 0.80

Tested by

no test coverage detected