TaskExecutor.smali
.class public interface abstract Landroidx/work/impl/utils/taskexecutor/TaskExecutor;
.super Ljava/lang/Object;
.source "TaskExecutor.java"
# annotations
.annotation build Landroidx/annotation/RestrictTo;
value = {
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP:Landroidx/annotation/RestrictTo$Scope;
}
.end annotation
# direct methods
.method static constructor <clinit>()V
.registers 1
return-void
.end method
# virtual methods
.method public abstract executeOnBackgroundThread(Ljava/lang/Runnable;)V
.end method
.method public abstract getBackgroundExecutor()Landroidx/work/impl/utils/SerialExecutor;
.end method
.method public abstract getMainThreadExecutor()Ljava/util/concurrent/Executor;
.end method
.method public abstract postToMainThread(Ljava/lang/Runnable;)V
.end method