package kotlinx.coroutines.scheduling; /* loaded from: classes5.dex */ public interface TaskContext { void afterTask(); int getTaskMode(); }