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

Method microWait

app/src/main/java/eu/faircode/email/Core.java:5911–5917  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5909 }
5910
5911 private void microWait() {
5912 try {
5913 // Give interrupted thread some time to acquire wake lock
5914 Thread.sleep(YIELD_DURATION);
5915 } catch (InterruptedException ignored) {
5916 }
5917 }
5918
5919 void start() {
5920 thread.start();

Callers 2

releaseMethod · 0.95
errorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected