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

Method execute

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

Executes a runnable in a single async thread. Multiple requests in a row may get queued. @param runnable the runnable that should be executed asynchronously.

(Runnable runnable)

Source from the content-addressed store, hash-verified

22 * @param runnable the runnable that should be executed asynchronously.
23 */
24 public void execute(Runnable runnable) {
25 service.execute(runnable);
26 }
27
28 /**
29 * Shuts the async executor service down.

Callers 15

updateMethod · 0.80
queryMethod · 0.80
loadPlayerResourceMethod · 0.80
loadPlayerResourceMethod · 0.80
loadPlayerResourceMethod · 0.80
loadPlayerResourceMethod · 0.80
loadPlayerResourceMethod · 0.80
loadPlayerResourceMethod · 0.80
loadPlayerResourceMethod · 0.80
loadPlayerResourceMethod · 0.80
loadPlayerResourceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected