discord-jadx/app/src/main/java/s/a/m.java

22 lines
799 B
Java

package s.a;
import java.util.concurrent.CancellationException;
import java.util.concurrent.atomic.AtomicIntegerFieldUpdater;
import kotlin.coroutines.Continuation;
/* compiled from: CompletionState.kt */
public final class m extends v {
/* renamed from: c reason: collision with root package name */
public static final AtomicIntegerFieldUpdater f2872c = AtomicIntegerFieldUpdater.newUpdater(m.class, "_resumed");
public volatile int _resumed;
/* JADX WARNING: Illegal instructions before constructor call */
public m(Continuation<?> continuation, Throwable th, boolean z2) {
super(th, z2);
if (th == null) {
th = new CancellationException("Continuation " + continuation + " was cancelled normally");
}
this._resumed = 0;
}
}