Searched defs:runInBackground (Results 1 – 2 of 2) sorted by relevance
26 fun runInBackground(handler: () -> Unit) { in runInBackground() method
318 runInBackground( in runInBackgroundAndWait() method339 private static <T> Future<T> runInBackground(Callable<T> callable) throws Exception { in runInBackground() method in FederatedExampleIteratorTest