MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / finish

Method finish

Utils/src/eu/the5zig/util/AsyncExecutor.java:31–33  ·  view source on GitHub ↗

Shuts the async executor service down.

()

Source from the content-addressed store, hash-verified

29 * Shuts the async executor service down.
30 */
31 public void finish() {
32 service.shutdown();
33 }
34
35}

Callers 2

shutdownMethod · 0.80
encodeMethod · 0.80

Calls 1

shutdownMethod · 0.65

Tested by

no test coverage detected