Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FutureTask (0.35 sec)

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

         * Any of the setException() calls below can fail if the output Future is cancelled between now
         * and then. This means that we're silently swallowing an exception -- maybe even an Error. But
         * this is no worse than what FutureTask does in that situation. Additionally, because the
         * Future was cancelled, its listeners have been run, so its consumers will not hang.
         *
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Thu Feb 01 21:46:34 GMT 2024
    - 10.6K bytes
    - Viewed (0)
Back to top