ThreadUtils$2.smali 
.class Lio/agora/base/internal/ThreadUtils$2;
.super Ljava/lang/Object;
.source "ThreadUtils.java"
# interfaces
.implements Lio/agora/base/internal/ThreadUtils$BlockingOperation;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
    value = Lio/agora/base/internal/ThreadUtils;->awaitUninterruptibly(Ljava/util/concurrent/CountDownLatch;)V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
    accessFlags = 0x0
    name = null
.end annotation
# instance fields
.field final synthetic val$latch:Ljava/util/concurrent/CountDownLatch;
# direct methods
.method constructor <init>(Ljava/util/concurrent/CountDownLatch;)V
    .registers 2
    .line 123
    iput-object p1, p0, Lio/agora/base/internal/ThreadUtils$2;->val$latch:Ljava/util/concurrent/CountDownLatch;
    invoke-direct {p0}, Ljava/lang/Object;-><init>()V
    return-void
.end method
# virtual methods
.method public run()V
    .registers 2
    .annotation system Ldalvik/annotation/Throws;
        value = {
            Ljava/lang/InterruptedException;
        }
    .end annotation
    .line 126
    iget-object v0, p0, Lio/agora/base/internal/ThreadUtils$2;->val$latch:Ljava/util/concurrent/CountDownLatch;
    invoke-virtual {v0}, Ljava/util/concurrent/CountDownLatch;->await()V
    return-void
.end method