Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Segijn (0.14 sec)

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

        // unless taskFuture is cancelled, in which case it falls back to oldFuture. This ensures that
        // if the future we return is cancelled, we don't begin execution of the next task until after
        // oldFuture completes.
        Runnable listener =
            () -> {
              if (taskFuture.isDone()) {
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Thu Feb 01 21:46:34 GMT 2024
    - 22.1K bytes
    - Viewed (0)
Back to top