This commit is contained in:
2026-01-11 20:30:56 +00:00
parent 5df1fb1cc3
commit 3def66da2d
3522 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
package aK;
class ThreadedInAkPackage extends Thread {
boolean a = false;
e(d paramd) {
super("GPSPublisher");
setDaemon(true);
}
public synchronized void run() {
this.a = true;
while (this.a) {
try {
wait();
} catch (InterruptedException interruptedException) {
interruptedException.printStackTrace();
}
d.a(this.b);
}
}
public synchronized void a() {
notify();
}
}
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/aK/e.class
* Java compiler version: 8 (52.0)
* JD-Core Version: 1.1.3
*/