RobolectricBackgroundExecutorService.java | 42 public <T> Future<T> submit(Callable<T> tCallable) { method in class:RobolectricBackgroundExecutorService 47 public <T> Future<T> submit(Runnable runnable, T t) { method in class:RobolectricBackgroundExecutorService 52 public Future<?> submit(Runnable runnable) { method in class:RobolectricBackgroundExecutorService 53 return submit(runnable, null); 89 submit(runnable);
|