mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-19 22:29:53 +01:00
Submit first try to IoExecutor directly.
This commit is contained in:
@@ -59,8 +59,7 @@ class MailboxApiCallerImpl implements MailboxApiCaller {
|
||||
private void start() {
|
||||
synchronized (lock) {
|
||||
if (cancelled) throw new AssertionError();
|
||||
scheduledTask = taskScheduler.schedule(this::callApi,
|
||||
ioExecutor, 0, MILLISECONDS);
|
||||
ioExecutor.execute(this::callApi);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user