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

Method run

app/src/main/java/com/sun/mail/imap/IdleManager.java:137–147  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135 selector = Selector.open();
136 es.execute(new Runnable() {
137 @Override
138 public void run() {
139 logger.fine("IdleManager select starting");
140 try {
141 running = true;
142 select();
143 } finally {
144 running = false;
145 logger.fine("IdleManager select terminating");
146 }
147 }
148 });
149 }
150

Callers

nothing calls this directly

Calls 3

selectMethod · 0.95
fineMethod · 0.80
idleAbortWaitMethod · 0.80

Tested by

no test coverage detected