MCPcopy Create free account
hub / github.com/FongMi/TV / submitLarge

Method submitLarge

app/src/main/java/com/fongmi/android/tv/utils/Task.java:38–40  ·  view source on GitHub ↗
(Runnable task)

Source from the content-addressed store, hash-verified

36 }
37
38 public static Future<?> submitLarge(Runnable task) {
39 return largeExecutor.submit(task);
40 }
41
42 public static void execute(Runnable task) {
43 executor.execute(task);

Callers 1

runMethod · 0.95

Calls 1

submitMethod · 0.45

Tested by

no test coverage detected