Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Closeables (0.06 sec)

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

      private final CloseableList closeables;
      private final FluentFuture<V> future;
    
      private ClosingFuture(ListenableFuture<V> future) {
        this(future, new CloseableList());
      }
    
      private ClosingFuture(ListenableFuture<V> future, CloseableList closeables) {
        this.future = FluentFuture.from(future);
        this.closeables = closeables;
      }
    
      /**
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue Oct 08 19:36:35 UTC 2024
    - 98.5K bytes
    - Viewed (0)
  2. okhttp-android/src/main/baseline-prof.txt

    HSPLkotlin/internal/PlatformImplementations;->defaultPlatformRandom()Lkotlin/random/Random;
    HSPLkotlin/internal/PlatformImplementationsKt;-><clinit>()V
    HSPLkotlin/io/CloseableKt;->closeFinally(Ljava/io/Closeable;Ljava/lang/Throwable;)V
    HSPLkotlin/jvm/internal/ArrayIterator;-><init>([Ljava/lang/Object;)V
    HSPLkotlin/jvm/internal/ArrayIterator;->hasNext()Z
    HSPLkotlin/jvm/internal/ArrayIterator;->next()Ljava/lang/Object;
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Mar 21 11:22:00 UTC 2022
    - 127.9K bytes
    - Viewed (0)
Back to top