MCPcopy Create free account
hub / github.com/annmuor/jnode / execute

Method execute

jnode-core/src/jnode/main/threads/ThreadPool.java:42–46  ·  view source on GitHub ↗
(Runnable r)

Source from the content-addressed store, hash-verified

40 }
41
42 public static void execute(Runnable r) {
43 if (self != null) {
44 self.executor.execute(r);
45 }
46 }
47
48 public static boolean isBusy() {
49 if (self != null) {

Callers 6

runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
mainMethod · 0.95

Calls 1

executeMethod · 0.65

Tested by

no test coverage detected