what-the-bank/sources/o/VZb.java

30 lines
652 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.util.ArrayDeque;
import java.util.Queue;
/* loaded from: classes.dex */
public final class VZb {
private boolean c;
public boolean d;
public boolean b = true;
private final Queue<Runnable> e = new ArrayDeque();
public final void e() {
if (this.c) {
return;
}
try {
this.c = true;
while ((!this.e.isEmpty()) && (this.d || !this.b)) {
Runnable poll = this.e.poll();
if (poll != null) {
poll.run();
}
}
} finally {
this.c = false;
}
}
}