MCPcopy Create free account
hub / github.com/cinit/TMoe / async

Method async

app/src/main/java/cc/ioctl/tmoe/util/Utils.java:88–93  ·  view source on GitHub ↗
(@Nullable Runnable r)

Source from the content-addressed store, hash-verified

86 }
87
88 public static void async(@Nullable Runnable r) {
89 if (r == null) {
90 return;
91 }
92 sExecutorService.execute(r);
93 }
94
95 private static Handler sAppHandler = null;
96

Callers 1

initForClassLocatorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected