Searched defs:Future (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
H A DFuture.java10 * A {@code Future} represents the result of an asynchronous
19 * If you would like to use a {@code Future} for the sake
21 * declare types of the form {@code Future<?>} and
34 * Future<String> future
46 * The {@link FutureTask} class is an implementation of {@code Future} that
59 * actions following the corresponding {@code Future.get()} in another thread.
65 * @param <V> The result type returned by this Future's {@code get} method
67 public interface Future<V> { interface

Completed in 41 milliseconds