MCPcopy Create free account
hub / github.com/M66B/FairEmail / getParallelExecutor

Method getParallelExecutor

app/src/main/java/eu/faircode/email/Helper.java:278–282  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

276 }
277
278 static ExecutorService getParallelExecutor() {
279 if (sParallelExecutor == null)
280 sParallelExecutor = getBackgroundExecutor(0, "parallel");
281 return sParallelExecutor;
282 }
283
284 static ExecutorService getUIExecutor() {
285 if (sUIExecutor == null)

Callers 8

clearMethod · 0.95
onStateChangedMethod · 0.95
onClickMethod · 0.95
increaseSelectedCountMethod · 0.95
onCreateViewMethod · 0.95
onItemClickMethod · 0.95
clearCacheMethod · 0.95
getBuilderMethod · 0.95

Calls 1

getBackgroundExecutorMethod · 0.95

Tested by

no test coverage detected