Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for tryReleaseShared (0.21 sec)

  1. android/guava-tests/test/com/google/common/util/concurrent/AbstractFutureBenchmarks.java

          }
    
          /*
           * We always allow a release to go through, this means the state has been
           * successfully changed and the result is available.
           */
          @Override
          protected boolean tryReleaseShared(int finalState) {
            setState(finalState);
            return true;
          }
    
          /**
           * Blocks until the task is complete or the timeout expires. Throws a {@link TimeoutException}
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Jan 30 16:59:10 UTC 2025
    - 13.7K bytes
    - Viewed (0)
Back to top