Async$1.smali

.class final Lorg/web3j/utils/Async$1;
.super Ljava/lang/Object;
.source "Async.java"

# interfaces
.implements Ljava/lang/Runnable;


# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
    value = Lorg/web3j/utils/Async;
.end annotation


# direct methods
.method constructor <init>()V
    .registers 1

    .prologue
    .line 19
    invoke-direct {p0}, Ljava/lang/Object;-><init>()V

    return-void
.end method


# virtual methods
.method public final run()V
    .registers 2

    .prologue
    .line 22
    # getter for: Lorg/web3j/utils/Async;->executorService:Ljava/util/concurrent/ExecutorService;
    invoke-static {}, Lorg/web3j/utils/Async;->access$000()Ljava/util/concurrent/ExecutorService;

    move-result-object v0

    # invokes: Lorg/web3j/utils/Async;->shutdown(Ljava/util/concurrent/ExecutorService;)V
    invoke-static {v0}, Lorg/web3j/utils/Async;->access$100(Ljava/util/concurrent/ExecutorService;)V

    .line 23
    return-void
.end method