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

Method setExecutor

app/src/main/java/eu/faircode/email/SimpleTask.java:114–118  ·  view source on GitHub ↗
(ExecutorService executor)

Source from the content-addressed store, hash-verified

112 }
113
114 @NonNull
115 public SimpleTask<T> setExecutor(ExecutorService executor) {
116 this.localExecutor = executor;
117 return this;
118 }
119
120 public SimpleTask<T> serial() {
121 return setExecutor(serialExecutor);

Callers 6

serialMethod · 0.95
updateMoreMethod · 0.45
onChangedMethod · 0.45
onCreateMethod · 0.45
bindToMethod · 0.45
bindToMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected