granularity level: instruction

		.class public abstract Landroidx/arch/core/executor/TaskExecutor;
.super Ljava/lang/Object;
.source "TaskExecutor.java"




.method public constructor <init>()V
	.locals 0

	invoke-direct {p0}, Ljava/lang/Object;-><init>()V
	return-void
.end method

.method public abstract executeOnDiskIO(Ljava/lang/Runnable;)V
	

.end method

.method public executeOnMainThread(Ljava/lang/Runnable;)V
	.locals 1

	invoke-virtual {p0}, Landroidx/arch/core/executor/TaskExecutor;->isMainThread()Z
	move-result v0
	if-eqz v0, :cond_0
	invoke-interface {p1}, Ljava/lang/Runnable;->run()V
	goto :goto_0
	:cond_0
	invoke-virtual {p0, p1}, Landroidx/arch/core/executor/TaskExecutor;->postToMainThread(Ljava/lang/Runnable;)V
	:goto_0
	return-void
.end method

.method public abstract isMainThread()Z
	

.end method

.method public abstract postToMainThread(Ljava/lang/Runnable;)V
	

.end method