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

Method getSerialExecutor

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

Source from the content-addressed store, hash-verified

270 private static ExecutorService sDownloadExecutor = null;
271
272 static ExecutorService getSerialExecutor() {
273 if (sSerialExecutor == null)
274 sSerialExecutor = getBackgroundExecutor(1, "serial");
275 return sSerialExecutor;
276 }
277
278 static ExecutorService getParallelExecutor() {
279 if (sParallelExecutor == null)

Callers 15

onUnsnoozeMethod · 0.95
onExistsMethod · 0.95
onPollMethod · 0.95
bootMethod · 0.95
scheduleMethod · 0.95
logMethod · 0.95
bootMethod · 0.95
initMethod · 0.95
onActionAnswerMethod · 0.95
onChangeMethod · 0.95
initMethod · 0.95
bindToMethod · 0.95

Calls 1

getBackgroundExecutorMethod · 0.95

Tested by

no test coverage detected