Searched refs:submitAsync (Results 1 – 2 of 2) sorted by relevance
43 return submitAsync(() -> immediateFuture(callable.call()), executor); in submit()53 public <T> ListenableFuture<T> submitAsync(final AsyncCallable<T> callable, Executor executor) { in submitAsync() method in DialerFutureSerializer78 Futures.submitAsync(task, runnable -> oldFuture.addListener(runnable, executor))); in submitAsync()
105 return dialerFutureSerializer.submitAsync( in refresh()