Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RunnableFuture (1.42 sec)

  1. android/guava/src/com/google/common/util/concurrent/TrustedListenableFutureTask.java

    import com.google.common.annotations.GwtCompatible;
    import com.google.j2objc.annotations.WeakOuter;
    import java.util.concurrent.Callable;
    import java.util.concurrent.RunnableFuture;
    import org.jspecify.annotations.Nullable;
    
    /**
     * A {@link RunnableFuture} that also implements the {@link ListenableFuture} interface.
     *
     * <p>This should be used in preference to {@link ListenableFutureTask} when possible for
     * performance reasons.
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Fri Jul 11 18:52:30 UTC 2025
    - 5.5K bytes
    - Viewed (0)
Back to top