mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-05-04 02:24:57 +00:00
stuff
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
package aj;
|
||||
|
||||
class ThreadExtensionInAjPackage extends Thread {
|
||||
boolean a = true;
|
||||
|
||||
i(d paramd) {
|
||||
super("ReadTimer");
|
||||
setDaemon(true);
|
||||
}
|
||||
|
||||
public void run() {
|
||||
while (this.a) {
|
||||
long l = System.currentTimeMillis();
|
||||
this.b.e();
|
||||
try {
|
||||
long l1 = d.a(this.b) - System.currentTimeMillis() - l;
|
||||
if (l1 > 0L)
|
||||
Thread.sleep(l1);
|
||||
} catch (InterruptedException interruptedException) {
|
||||
interruptedException.printStackTrace();
|
||||
}
|
||||
}
|
||||
d.b(this.b);
|
||||
}
|
||||
|
||||
public void a() {
|
||||
this.a = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/aj/i.class
|
||||
* Java compiler version: 8 (52.0)
|
||||
* JD-Core Version: 1.1.3
|
||||
*/
|
||||
Reference in New Issue
Block a user