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

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/util/
H A DFuture.java19 // This Future differs from the java.util.concurrent.Future in these aspects:
23 // ignore that flag. Regardless whether the Future is cancelled, a return
25 // null if it finds the Future is cancelled.
29 public interface Future<T> { interface

Completed in 116 milliseconds