MCPcopy Create free account
hub / github.com/FongMi/CatVodSpider / execute

Method execute

app/src/main/java/com/github/catvod/spider/Init.java:39–41  ·  view source on GitHub ↗
(Runnable runnable)

Source from the content-addressed store, hash-verified

37 }
38
39 public static void execute(Runnable runnable) {
40 get().executor.execute(runnable);
41 }
42
43 public static void post(Runnable runnable) {
44 get().handler.post(runnable);

Callers 2

onCreateMethod · 0.45
initEventMethod · 0.45

Calls 1

getMethod · 0.95

Tested by

no test coverage detected