Schedulers$ComputationHolder.smali
.class final Lio/reactivex/schedulers/Schedulers$ComputationHolder;
.super Ljava/lang/Object;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lio/reactivex/schedulers/Schedulers;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x18
name = "ComputationHolder"
.end annotation
# static fields
.field static final a:Lio/reactivex/Scheduler;
# direct methods
.method static constructor <clinit>()V
.registers 1
new-instance v0, Lio/reactivex/internal/schedulers/ComputationScheduler;
invoke-direct {v0}, Lio/reactivex/internal/schedulers/ComputationScheduler;-><init>()V
sput-object v0, Lio/reactivex/schedulers/Schedulers$ComputationHolder;->a:Lio/reactivex/Scheduler;
return-void
.end method