INNER CODE UNIT · Java

run

xxf098/shadowsocksr-v2ray-trojan-android · src/main/java/go/Seq.java:191

                public void run() {
                    while (true) {
                        try {
                            while (true) {
                                final GoRef goRef = (GoRef)GoRefQueue.this.remove();
                                GoRefQueue.this.refs.remove(goRef);
                                Seq.destroyRef(goRef.refnum);
                                goRef.clear();
                            }
                        }
                        catch (InterruptedException ex) {
                            continue;
                        }
//                        break;
                    }
                }
            });
            thread.setDaemon(true);

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…