package kotlinx.coroutines; /* loaded from: classes5.dex */ public final class Active implements NotCompleted { public static final Active INSTANCE = new Active(); public String toString() { return "Active"; } }