static class MonoThread { Thread t; boolean runIfNotRunning(final Runnable r) { ret run(r); } synchronized boolean run(final Runnable r) { if (t == null) { t = new Thread() { public void run() { try { r.run(); } catch (Throwable e) { e.printStackTrace(); } finally { synchronized(MonoThread.this) { t = null; } } } }; t.start(); return true; } else return false; } }
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment