Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for executeListener (0.27 sec)

  1. android/guava-tests/benchmark/com/google/common/util/concurrent/ExecutionListBenchmark.java

            runnables = null; // allow GC to free listeners even if this stays around for a while.
          }
          while (list != null) {
            executeListener(list.runnable, list.executor);
            list = list.next;
          }
        }
    
        private static void executeListener(Runnable runnable, Executor executor) {
          try {
            executor.execute(runnable);
          } catch (RuntimeException e) {
            log.log(
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Jul 16 17:42:14 UTC 2025
    - 15.8K bytes
    - Viewed (0)
Back to top